18 lines
577 B
Diff
18 lines
577 B
Diff
--- gawk-4.1.0/extension/Makefile.am.orig 2013-05-02 23:51:30.000000000 +0400
|
|
+++ gawk-4.1.0/extension/Makefile.am 2013-11-02 15:38:45.932000000 +0400
|
|
@@ -110,7 +110,7 @@
|
|
revtwoway.3am rwarray.3am time.3am
|
|
|
|
# gettext requires this
|
|
-SUBDIRS =
|
|
+SUBDIRS = po
|
|
|
|
# This is an ugly hack, initially for MirBSD but probably needed for other
|
|
# systems. If gawk doesn't have the API built in, don't try to build the
|
|
--- /dev/null 2013-11-02 16:09:35.000000000 +0400
|
|
+++ gawk-4.1.0/extension/po/Makefile 2013-11-02 16:09:32.697800000 +0400
|
|
@@ -0,0 +1,3 @@
|
|
+all:
|
|
+
|
|
+install:
|