OSSP CVS Repository

ossp - Difference in ossp-pkg/l2/Makefile.in versions 1.49 and 1.50
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/l2/Makefile.in 1.49 -> 1.50

--- Makefile.in  2005/10/03 08:08:11     1.49
+++ Makefile.in  2007/03/23 08:09:27     1.50
@@ -36,6 +36,7 @@
 DESTDIR     =
 prefix      = @prefix@
 exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
 bindir      = @bindir@
 libdir      = @libdir@
 includedir  = @includedir@
@@ -188,21 +189,23 @@
         $(SHTOOL) mkdir -p -f -m 755 $(DESTDIR)$(mandir)/man3
         $(SHTOOL) install -c -m 755 l2-config $(DESTDIR)$(bindir)/l2-config
         $(SHTOOL) install -c -m 644 l2-config.1 $(DESTDIR)$(mandir)/man1/l2-config.1
-        $(SHTOOL) install -c -m 755 l2tool $(DESTDIR)$(bindir)/l2tool
+        @$(LIBTOOL) --mode=install \
+            $(SHTOOL) install -c -m 755 l2tool $(DESTDIR)$(bindir)/l2tool
         $(SHTOOL) install -c -m 644 l2tool.1 $(DESTDIR)$(mandir)/man1/l2tool.1
         $(SHTOOL) install -c -m 644 l2.3 $(DESTDIR)$(mandir)/man3/l2.3
         $(SHTOOL) install -c -m 644 l2.h $(DESTDIR)$(includedir)/l2.h
-        @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 \
-            libl2.la $(DESTDIR)$(libdir)/libl2.la
+        @$(LIBTOOL) --mode=install \
+            $(SHTOOL) install -c -m 644 libl2.la $(DESTDIR)$(libdir)/libl2.la
 
 #   perform standard uninstallation procedure
 uninstall:
-        $(MAKE) $(MFLAGS) uninstall-c uninstall-std
-        @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libl2.la
+        @$(LIBTOOL) --mode=uninstall \
+            $(RM) $(DESTDIR)$(libdir)/libl2.la
         $(RM) $(DESTDIR)$(includedir)/l2.h
         $(RM) $(DESTDIR)$(mandir)/man3/l2.3
         $(RM) $(DESTDIR)$(mandir)/man1/l2tool.1
-        $(RM) $(DESTDIR)$(bindir)/l2tool
+        @$(LIBTOOL) --mode=uninstall \
+            $(RM) $(DESTDIR)$(bindir)/l2tool
         $(RM) $(DESTDIR)$(mandir)/man1/l2-config.1
         $(RM) $(DESTDIR)$(bindir)/l2-config
         $(RMDIR) $(DESTDIR)$(mandir)/man3

CVSTrac 2.0.1