summaryrefslogtreecommitdiff
path: root/japanese/gawk/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gawk/files/patch-Makefile.in')
-rw-r--r--japanese/gawk/files/patch-Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/gawk/files/patch-Makefile.in b/japanese/gawk/files/patch-Makefile.in
new file mode 100644
index 000000000000..45cb43c5d494
--- /dev/null
+++ b/japanese/gawk/files/patch-Makefile.in
@@ -0,0 +1,19 @@
+--- Makefile.in.orig Mon Jul 16 20:42:58 2001
++++ Makefile.in Mon Jul 16 20:48:25 2001
+@@ -194,14 +194,8 @@
+ mbc.o: Makefile
+
+ install: gawk info installdirs
+- -rm -f $(bindir)/gawk
+- fullname=gawk-$(REL).`./gawk '{print $$3}' $(srcdir)/patchlevel.h`+mb$(MBREL) ; \
+- $(INSTALL_PROGRAM) gawk $(bindir)/$$fullname ; \
+- (cd $(bindir); $(LN) $$fullname gawk)
+- (cd $(bindir); \
+- if [ ! -f awk ]; \
+- then $(LN_S) gawk awk; \
+- fi; exit 0)
++ $(INSTALL_PROGRAM) gawk \
++ $(bindir)/$(binprefix)gawk$(exec_suffix)
+ cd doc && $(MAKE) install
+ cd awklib && $(MAKE) install
+