From bc2b90c07b5dbf2850698a4336bdd13384a43087 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 20 Dec 2005 21:05:34 +0000 Subject: [PATCH] Makefile: Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b83da84..ddcae17 100644 --- a/Makefile +++ b/Makefile @@ -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) -- 2.47.2