summaryrefslogtreecommitdiff
path: root/cad/chipmunk/files/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'cad/chipmunk/files/patch-aq')
-rw-r--r--cad/chipmunk/files/patch-aq16
1 files changed, 0 insertions, 16 deletions
diff --git a/cad/chipmunk/files/patch-aq b/cad/chipmunk/files/patch-aq
deleted file mode 100644
index f1477dfa5059..000000000000
--- a/cad/chipmunk/files/patch-aq
+++ /dev/null
@@ -1,16 +0,0 @@
---- util/spc-tools/Makefile.orig Wed Mar 12 02:47:32 1997
-+++ util/spc-tools/Makefile Tue Sep 21 03:38:10 1999
-@@ -11,11 +11,11 @@
- clean:
- for i in $(PACKAGES) ;\
- do (cd $$i ; echo "Making clean in $$i..."; \
-- make clean); done
-+ $(MAKE) clean); done
-
- install:
- for i in $(PACKAGES) ;\
- do (cd $$i ; echo "Making install in $$i..."; \
-- make install); done
-+ $(MAKE) install); done
-
-