diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-11 08:16:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-11 08:16:52 +0000 |
commit | ef7a03a969d276f1e96e017061231ceeb411c296 (patch) | |
tree | c8511b4185b7a72cb81fd176a8e105f3e8d70c8b /Makefile | |
parent | 6d165d5c581d18b72ac266f92b0c02522a96785b (diff) |
Per suggestion from Peter Lassahn, fix the install_dev target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |