ossp-pkg/uuid/Makefile.in 1.10 -> 1.11
--- Makefile.in 2004/01/11 08:54:17 1.10
+++ Makefile.in 2004/01/13 09:26:46 1.11
@@ -119,13 +119,13 @@
$(SHTOOL) install -c -m 644 uuid.h $(DESTDIR)$(includedir)/
$(SHTOOL) install -c -m 644 uuid.3 $(DESTDIR)$(mandir)/man3/
@$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid.la $(DESTDIR)$(libdir)/
- $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/
+ @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/
$(SHTOOL) install -c -m 644 uuid.1 $(DESTDIR)$(mandir)/man1/
uninstall:
-$(RM) $(DESTDIR)$(mandir)/man1/uuid.1
- -$(RM) $(DESTDIR)$(bindir)/uuid
- @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid.la
+ -@$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(bindir)/uuid
+ -@$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid.la
-$(RM) $(DESTDIR)$(mandir)/man3/uuid.3
-$(RM) $(DESTDIR)$(includedir)/uuid.h
-$(RM) $(DESTDIR)$(bindir)/uuid-config
|
|