summaryrefslogtreecommitdiff
path: root/build/Makefile.common
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-10 14:30:22 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-10 14:30:22 +0000
commit18305b87c25fd5c530255d808a4c25d22368e7a7 (patch)
treede719d72352220ecb17474d0b53d50c42703c207 /build/Makefile.common
parentb6f76771897aaa2dfbb1b964e657315aad6dfce3 (diff)
downloadlibcss-18305b87c25fd5c530255d808a4c25d22368e7a7.tar.gz
libcss-18305b87c25fd5c530255d808a4c25d22368e7a7.tar.bz2
OS X friendly install invocation
svn path=/trunk/libcss/; revision=5302
Diffstat (limited to 'build/Makefile.common')
-rw-r--r--build/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/Makefile.common b/build/Makefile.common
index fc05e5e..f6bc147 100644
--- a/build/Makefile.common
+++ b/build/Makefile.common
@@ -93,9 +93,9 @@ install: release
@$(MKDIR) $(MKDIRFLAGS) -p $(DESTDIR)$(PREFIX)/lib/pkgconfig
@$(MKDIR) $(MKDIRFLAGS) -p $(DESTDIR)$(PREFIX)/include/libcss
@$(SED) -e 's#PREFIX#$(PREFIX)#' $(COMPONENT).pc.in >$(COMPONENT).pc
- $(INSTALL) --mode=644 -t $(DESTDIR)$(PREFIX)/lib $(COMPONENT).a
- $(INSTALL) --mode=644 -t $(DESTDIR)$(PREFIX)/lib/pkgconfig $(COMPONENT).pc
- $(INSTALL) --mode=644 -t $(DESTDIR)$(PREFIX)/include/libcss $(filter %.h, $(wildcard include/libcss/*))
+ $(INSTALL) -m 644 $(COMPONENT).a $(DESTDIR)$(PREFIX)/lib
+ $(INSTALL) -m 644 $(COMPONENT).pc $(DESTDIR)$(PREFIX)/lib/pkgconfig
+ $(INSTALL) -m 644 $(filter %.h, $(wildcard include/libcss/*)) $(DESTDIR)$(PREFIX)/include/libcss
uninstall:
$(RM) $(RMFLAGS) $(DESTDIR)$(PREFIX)/lib/$(COMPONENT).a