summaryrefslogtreecommitdiff
path: root/textproc/bibutils/files/patch-lib__Makefile.static
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/bibutils/files/patch-lib__Makefile.static')
-rw-r--r--textproc/bibutils/files/patch-lib__Makefile.static24
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/bibutils/files/patch-lib__Makefile.static b/textproc/bibutils/files/patch-lib__Makefile.static
deleted file mode 100644
index b37dfc308f13..000000000000
--- a/textproc/bibutils/files/patch-lib__Makefile.static
+++ /dev/null
@@ -1,24 +0,0 @@
---- ./lib/Makefile.static.orig 2010-10-08 01:57:00.000000000 +0200
-+++ ./lib/Makefile.static 2011-07-31 01:05:18.000000000 +0200
-@@ -1,5 +1,5 @@
- #CC = gcc -Wall
--RANLIB = echo
-+#RANLIB = echo
-
- SIMPLE_OBJS = is_ws.o strsearch.o charsets.o
-
-@@ -31,12 +31,10 @@
- all: libbibcore.a libbibutils.a
-
- libbibcore.a: $(BIBCORE_OBJS)
-- ar -cr $@ $^
-- $(RANLIB) $@
-+ $(AR) -cr $@ $^
-
- libbibutils.a: $(BIBUTILS_OBJS)
-- ar -cr $@ $^
-- $(RANLIB) $@
-+ $(AR) -cr $@ $^
-
- clean:
- /bin/rm -f *.o core