aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index 5c77b9e8..52574e50 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -117,7 +117,7 @@ host_triplet = @host@
# ./configure && make check
# works properly too.
@ENABLE_EXTENSIONS_TRUE@am__append_1 = extension
-bin_PROGRAMS = gawk$(EXEEXT)
+bin_PROGRAMS = egawk$(EXEEXT)
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
@@ -512,7 +512,7 @@ EXTRA_DIST = \
# Build in awklib after in doc, since we want to extract
# sample files if doc/gawk.texi changed.
SUBDIRS = support . $(am__append_1) extras doc awklib po test
-bin_SCRIPTS = gawkbug
+bin_SCRIPTS =
include_HEADERS = gawkapi.h
BUILT_SOURCES = $(srcdir)/pc/Makefile.tst
@@ -676,8 +676,8 @@ uninstall-binPROGRAMS:
clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-gawk$(EXEEXT): $(gawk_OBJECTS) $(gawk_DEPENDENCIES) $(EXTRA_gawk_DEPENDENCIES)
- @rm -f gawk$(EXEEXT)
+egawk$(EXEEXT): $(gawk_OBJECTS) $(gawk_DEPENDENCIES) $(EXTRA_gawk_DEPENDENCIES)
+ @rm -f egawk$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(gawk_OBJECTS) $(gawk_LDADD) $(LIBS)
install-binSCRIPTS: $(bin_SCRIPTS)
@$(NORMAL_INSTALL)
@@ -1296,8 +1296,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
# Use the transform, in case --program-prefix=XXX
install-exec-hook:
(cd $(DESTDIR)$(bindir); \
- name=`echo gawk | sed '$(transform)'` ; \
- $(LN) $${name}$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
+ name=`echo egawk | sed '$(transform)'` ; \
+ $(LN) $${name}$(EXEEXT) egawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
if [ ! -f awk$(EXEEXT) ]; \
then $(LN_S) $${name}$(EXEEXT) awk$(EXEEXT); \
fi; exit 0)
@@ -1305,9 +1305,9 @@ install-exec-hook:
# Undo the above when uninstalling
uninstall-links:
(cd $(DESTDIR)$(bindir); \
- name=`echo gawk | sed '$(transform)'` ; \
+ name=`echo egawk | sed '$(transform)'` ; \
if [ -f awk$(EXEEXT) ] && cmp awk$(EXEEXT) $${name}$(EXEEXT) > /dev/null; then rm -f awk$(EXEEXT); fi ; \
- rm -f gawk-$(VERSION)$(EXEEXT); exit 0)
+ rm -f egawk-$(VERSION)$(EXEEXT); exit 0)
uninstall-recursive: uninstall-links