dect
/
libdect
Archived
13
0
Fork 0

build: use $(INSTALL) instead of directly calling install

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2009-11-13 02:30:42 +01:00
parent 5cb0b35602
commit 5c179a7548
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
install:
install -d $(DESTDIR)/usr/include/dect
install -m 644 -t $(DESTDIR)/usr/include/dect/ include/dect/*
$(INSTALL) -d $(DESTDIR)/usr/include/dect
$(INSTALL) -m 644 -t $(DESTDIR)/usr/include/dect/ include/dect/*