mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Add $(DESTDIR) to make install target
This commit is contained in:
parent
3394bac2c0
commit
66c9f03055
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ PROGS = $(IPROGS) mtest mtest2 mtest3 mtest4 mtest5
|
|||
all: $(ILIBS) $(PROGS)
|
||||
|
||||
install: $(ILIBS) $(IPROGS) $(IHDRS)
|
||||
cp $(IPROGS) $(prefix)/bin
|
||||
cp $(ILIBS) $(prefix)/lib
|
||||
cp $(IHDRS) $(prefix)/include
|
||||
cp $(IPROGS) $(DESTDIR)$(prefix)/bin
|
||||
cp $(ILIBS) $(DESTDIR)$(prefix)/lib
|
||||
cp $(IHDRS) $(DESTDIR)$(prefix)/include
|
||||
|
||||
clean:
|
||||
rm -rf $(PROGS) *.[ao] *.so *~ testdb
|
||||
|
|
|
|||
Loading…
Reference in a new issue