From ef7a03a969d276f1e96e017061231ceeb411c296 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 11 Feb 2003 08:16:52 +0000 Subject: Per suggestion from Peter Lassahn, fix the install_dev target --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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. -- cgit v1.2.3