diff options
Diffstat (limited to 'x11-servers/x2x/files/patch-Makefile.am')
-rw-r--r-- | x11-servers/x2x/files/patch-Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-servers/x2x/files/patch-Makefile.am b/x11-servers/x2x/files/patch-Makefile.am deleted file mode 100644 index cc0bd4ac661a..000000000000 --- a/x11-servers/x2x/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2018-07-15 08:40:22 UTC -+++ Makefile.am -@@ -37,7 +37,7 @@ COPYING_FILES += COPYING - - lawyerese.c: $(COPYING_FILES) - echo 'char *lawyerese =' > $@.tmp && \ -- sed -e 's|.*|"\0\\n"|g' $^ >> $@.tmp && \ -+ sed -e 's|.*|"\0\\n"|g' COPYING >> $@.tmp && \ - echo ";" >> $@.tmp && \ - mv $@.tmp $@ || rm -f $@.tmp - |