aboutsummaryrefslogtreecommitdiff
path: root/devel/swig20/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/swig20/files/patch-Makefile.in')
-rw-r--r--devel/swig20/files/patch-Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/swig20/files/patch-Makefile.in b/devel/swig20/files/patch-Makefile.in
deleted file mode 100644
index 4e39bc09307d..000000000000
--- a/devel/swig20/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Mon Oct 14 22:37:59 2002
-+++ Makefile.in Mon Oct 28 07:23:38 2002
-@@ -290,8 +290,8 @@
- dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \
- $(MKINSTDIRS) $$dst; \
- ( cd $(srcdir)/Lib/$$lang; \
-- doti="`ls *.i 2>/dev/null`"; \
-- dotswg="`ls *.swg 2>/dev/null`"; \
-+ doti="`ls *.i 2>/dev/null || true`"; \
-+ dotswg="`ls *.swg 2>/dev/null || true`"; \
- if [ -f extra-install.list ]; then \
- extra="`sed '/^#/d' extra-install.list`"; \
- fi; \