summaryrefslogtreecommitdiff
path: root/graphics/EZWGL/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/EZWGL/files/patch-Makefile.in')
-rw-r--r--graphics/EZWGL/files/patch-Makefile.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/EZWGL/files/patch-Makefile.in b/graphics/EZWGL/files/patch-Makefile.in
deleted file mode 100644
index db85ae03bfaa..000000000000
--- a/graphics/EZWGL/files/patch-Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.in.orig 1999-12-03 21:48:54 UTC
-+++ Makefile.in
-@@ -25,11 +25,11 @@
-
- all shared static:
- @for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done
-- @for I in ${sampledirs}; do (cd $$I; ${MAKE}); done
-+# @for I in ${sampledirs}; do (cd $$I; ${MAKE}); done
-
-
- install install-shared install-static:
-- @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=/usr/local \
-+ @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(prefix) \
- $@ || exit 1); done
-
- clean: