OSSP CVS Repository |
![]() |
|
Ok, the next-to-last line of the install section of Makefile.in needs to use $(LIBTOOL). This edited version works for me:by anonymous on 2004-Jan-12 15:34119 $(SHTOOL) install -c -m 644 uuid.h $(DESTDIR)$(includedir)/ 120 $(SHTOOL) install -c -m 644 uuid.3 $(DESTDIR)$(mandir)/man3/ 121 @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid.la $(DESTDIR)$(libdir)/ 122 @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/uuid 123 $(SHTOOL) install -c -m 644 uuid.1 $(DESTDIR)$(mandir)/man1/ 124 125 uninstall:(If only cvstrac allowed attachments, so I could stuff patches.)
*** 10,11 **** ! (If only cvstrac allowed attachments, so I could stuff patches.) --- 10,12 ---- ! Patch attached. ! ------by anonymous on 2004-Jan-12 15:37
*** 5,7 **** 121 @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid.la $(DESTDIR)$(libdir)/ ! 122 @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/uuid 123 $(SHTOOL) install -c -m 644 uuid.1 $(DESTDIR)$(mandir)/man1/ --- 5,7 ---- 121 @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid.la $(DESTDIR)$(libdir)/ ! 122 @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/ 123 $(SHTOOL) install -c -m 644 uuid.1 $(DESTDIR)$(mandir)/man1/by anonymous on 2004-Jan-12 15:40