ossp-pkg/js/Makefile.in 1.18 -> 1.19
--- Makefile.in 2006/07/22 20:41:30 1.18
+++ Makefile.in 2006/07/23 08:00:43 1.19
@@ -183,7 +183,7 @@
src/jsopcode.h src/jsopcode.c: src/jsopcode.tbl
.PHONY: install
-install:
+install: all
$(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
@@ -195,6 +195,7 @@
$(SHTOOL) install -c -m 644 js.3 $(DESTDIR)$(mandir)/man3/
$(SHTOOL) install -c -m 644 $(LIB_HDRS) $(DESTDIR)$(includedir)/js/
@$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 $(LIB_NAME) $(DESTDIR)$(libdir)/
+ $(SHTOOL) install -c -m 755 js-config.sh $(DESTDIR)$(bindir)/js-config
$(SHTOOL) install -c -m 644 js.pc $(DESTDIR)$(libdir)/pkgconfig/
@if [ ".$(WITH_PERL)" = ".yes" ]; then \
(cd src/perlconnect; $(MAKE) $(MFLAGS) install DESTDIR=$(DESTDIR)); \
@@ -213,7 +214,7 @@
distclean: clean
-$(RM) config.log config.status config.cache
- -$(RM) Makefile config.h js.pc
+ -$(RM) Makefile config.h js.pc js-config.sh
-$(RM) libtool
@if [ ".$(WITH_PERL)" = ".yes" ]; then \
(cd src/perlconnect; $(MAKE) $(MFLAGS) distclean || $(TRUE); $(RM) -f Makefile.PL Makefile Makefile.old); \
|
|