summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-11 08:16:52 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-11 08:16:52 +0000
commitef7a03a969d276f1e96e017061231ceeb411c296 (patch)
treec8511b4185b7a72cb81fd176a8e105f3e8d70c8b /Makefile
parent6d165d5c581d18b72ac266f92b0c02522a96785b (diff)
Per suggestion from Peter Lassahn, fix the install_dev target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c439c09da..70efce967 100644
--- a/Makefile
+++ b/Makefile
@@ -175,6 +175,7 @@ install_dev:
-find $(PREFIX)$(DEVEL_PREFIX) -name CVS | xargs rm -rf;
-chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1.\2/'` $(PREFIX)$(DEVEL_PREFIX)
ifeq ($(strip $(HAVE_SHARED)),y)
+ -install -m 644 lib/*.so $(PREFIX)$(DEVEL_PREFIX)/lib/
-find lib/ -type l -name '*.so' -exec cp -a {} $(PREFIX)$(DEVEL_PREFIX)/lib ';'
# If we build shared libraries then the static libs are PIC...
# Make _pic.a symlinks to make mklibs.py and similar tools happy.