aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/box/files/patch-tests__dylib__Makefile.dev
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/box/files/patch-tests__dylib__Makefile.dev')
-rw-r--r--graphics/box/files/patch-tests__dylib__Makefile.dev11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/box/files/patch-tests__dylib__Makefile.dev b/graphics/box/files/patch-tests__dylib__Makefile.dev
deleted file mode 100644
index 3c6807552dc4..000000000000
--- a/graphics/box/files/patch-tests__dylib__Makefile.dev
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./tests/dylib/Makefile.dev.orig 2011-04-06 13:42:46.000000000 -0700
-+++ ./tests/dylib/Makefile.dev 2011-04-06 13:42:59.000000000 -0700
-@@ -6,7 +6,7 @@
- $(DESTDIR)/libmylib.la: mylib.c
- $(LIBTOOL) --mode=compile gcc -c -I../.. mylib.c
- $(LIBTOOL) --mode=link gcc -module -o libmylib.la mylib.lo -rpath $(DESTDIR)
-- $(LIBTOOL) --mode=install cp libmylib.la $(DESTDIR)/libmylib.la
-+ $(LIBTOOL) --mode=install cp libmylib.la $(DESTDIR)/libmylib.la
- #gcc -I../.. -fPIC -shared -o libmylib.so mylib.c
-
- clean: