diff options
author | Aurelien Jarno <aurel32@debian.org> | 2005-12-20 21:05:34 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2008-05-06 08:47:22 +0300 |
commit | bc2b90c07b5dbf2850698a4336bdd13384a43087 (patch) | |
tree | 72217b877138da9977fb16c36e800f23e3b2d5c2 | |
parent | dedb8169c4df522f1b9fe5e20e7828dd0861bf84 (diff) | |
download | libbsd-bc2b90c07b5dbf2850698a4336bdd13384a43087.tar.gz |
Makefile: Fix typo
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ install: libs install -m644 $(LIB_STATIC) $(DESTDIR)/usr/lib/ install -m644 $(LIB_SHARED) $(DESTDIR)/usr/lib/ install -m644 $(LIB_INCLUDES) $(DESTDIR)/usr/include/bsd/ - install -m644 $(LIB_MANS $(DESTDIR)/usr/share/man/man3) + install -m644 $(LIB_MANS) $(DESTDIR)/usr/share/man/man3 cd $(DESTDIR)/usr/lib/ ; ln -fs $(LIB_SHARED) $(LIB_SHARED_SO) cd $(DESTDIR)/usr/lib/ ; ln -fs $(LIB_SHARED) $(LIB_SONAME) |