OSSP CVS Repository

ossp - Check-in [5453]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5453
Date: 2006-Jul-22 15:49:34 (local)
2006-Jul-22 13:49:34 (UTC)
User:rse
Branch:
Comment: fix install target
Tickets:
Inspections:
Files:
ossp-pkg/js/Makefile.in      1.2 -> 1.3     5 inserted, 4 deleted

ossp-pkg/js/Makefile.in 1.2 -> 1.3

--- Makefile.in  2006/07/22 13:48:03     1.2
+++ Makefile.in  2006/07/22 13:49:34     1.3
@@ -210,13 +210,14 @@
 install:
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix)
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
+        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(includedir)
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(libdir)/pkgconfig
-        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
-        $(SHTOOL) install -c -m 755 uuid-config $(DESTDIR)$(bindir)/
-        $(SHTOOL) install -c -m 644 js.pc $(DESTDIR)$(libdir)/pkgconfig/
-        $(SHTOOL) install -c -m 644 $(LIB_HDR_API) $(DESTDIR)$(includedir)/
+        $(SHTOOL) install -c -m 755 js $(DESTDIR)$(bindir)/
         $(SHTOOL) install -c -m 644 js.1 $(DESTDIR)$(mandir)/man1/
+        $(SHTOOL) install -c -m 644 $(LIB_HDR_API) $(DESTDIR)$(includedir)/
+        @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libjs.la $(DESTDIR)$(libdir)/
+        $(SHTOOL) install -c -m 644 js.pc $(DESTDIR)$(libdir)/pkgconfig/
 
 .PHONY: clean
 clean:

CVSTrac 2.0.1