aboutsummaryrefslogtreecommitdiffstats
path: root/apps/console
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-10-01 13:01:39 +0000
committerdanglassey <danglassey>2002-10-01 13:01:39 +0000
commit44e038bb23d56043a458c29676d8ec42ee552fe0 (patch)
treeee122400901968b042c478f36403ee597c6ea76c /apps/console
parent6e89075815a2c134a0530ef0e020de43bb567934 (diff)
downloadsword-sf-cvs-44e038bb23d56043a458c29676d8ec42ee552fe0.tar.gz
sync with crosswire 20021001-1300
Diffstat (limited to 'apps/console')
-rw-r--r--apps/console/Makefile.in2
-rw-r--r--apps/console/diatheke/Makefile.in8
2 files changed, 4 insertions, 6 deletions
diff --git a/apps/console/Makefile.in b/apps/console/Makefile.in
index c364a89..8009584 100644
--- a/apps/console/Makefile.in
+++ b/apps/console/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.6.2 from Makefile.am.
+# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
diff --git a/apps/console/diatheke/Makefile.in b/apps/console/diatheke/Makefile.in
index b2ea29a..0a29d10 100644
--- a/apps/console/diatheke/Makefile.in
+++ b/apps/console/diatheke/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.6.2 from Makefile.am.
+# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
@@ -168,8 +168,7 @@ install-binPROGRAMS: $(bin_PROGRAMS)
if test -f $$p \
|| test -f $$p1 \
; then \
- p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
- f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
else :; fi; \
@@ -178,8 +177,7 @@ install-binPROGRAMS: $(bin_PROGRAMS)
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- f=`echo "$$f" | sed -e 's,^.*/,,'`; \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
rm -f $(DESTDIR)$(bindir)/$$f; \
done