diff options
Diffstat (limited to 'games/atomix/files/patch-src::Makefile.in')
-rw-r--r-- | games/atomix/files/patch-src::Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/atomix/files/patch-src::Makefile.in b/games/atomix/files/patch-src::Makefile.in new file mode 100644 index 000000000000..c642375f9a39 --- /dev/null +++ b/games/atomix/files/patch-src::Makefile.in @@ -0,0 +1,12 @@ +--- src/Makefile.in.orig Thu Dec 11 10:54:14 2003 ++++ src/Makefile.in Thu Dec 11 10:55:37 2003 +@@ -447,7 +447,8 @@ + mostlyclean distclean maintainer-clean + + +-@INTLTOOL_XML_RULE@ ++%.xml: %.xml.in ++ @cp $< $@ + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |