aboutsummaryrefslogtreecommitdiff
path: root/textproc/bibutils/files/patch-Makefile_start
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/bibutils/files/patch-Makefile_start')
-rw-r--r--textproc/bibutils/files/patch-Makefile_start36
1 files changed, 0 insertions, 36 deletions
diff --git a/textproc/bibutils/files/patch-Makefile_start b/textproc/bibutils/files/patch-Makefile_start
deleted file mode 100644
index 9403ddd7000e..000000000000
--- a/textproc/bibutils/files/patch-Makefile_start
+++ /dev/null
@@ -1,36 +0,0 @@
---- ./Makefile_start.orig 2010-10-10 19:42:50.000000000 +0200
-+++ ./Makefile_start 2011-07-31 01:06:08.000000000 +0200
-@@ -1,6 +1,6 @@
- POSTFIX=REPLACE_POSTFIX
--CC = REPLACE_CC
--RANLIB=REPLACE_RANLIB
-+%%SET_CC%%
-+%%SET_RANLIB%%
- INSTALLDIR=REPLACE_INSTALLDIR
- LIBINSTALLDIR=REPLACE_LIBINSTALLDIR
-
-@@ -12,8 +12,8 @@
- xml2ads xml2bib xml2end xml2isi xml2ris xml2wordbib modsclean
-
- all : FORCE
-- cd lib; make -k $(CC) -k $(RANLIB); cd ..
-- cd bin; make -k $(CC) -k VERSION="$(VERSION)" -k DATE="$(DATE)"; cd ..
-+ cd lib; make ; cd ..
-+ cd bin; make VERSION="$(VERSION)" DATE="$(DATE)"; cd ..
-
- clean: FORCE
- cd lib ; make clean ; cd ..
-@@ -31,11 +31,12 @@
- cd bin ; make test; cd ..
-
- install: all FORCE
-- cd lib ; make -k LIBINSTALLDIR=$(LIBINSTALLDIR) install; cd ..
-+ cd lib ; make LIBINSTALLDIR=$(LIBINSTALLDIR) install; cd ..
- sed 's/VERSION/${VERSION}/g' packageconfig_start > lib/bibutils.pc
- @for p in ${PROGRAMS}; \
- do ( cp bin/$$p ${INSTALLDIR}/$$p ); \
- done
-+ cp lib/libbibutils.a ${INSTALLDIR}/../lib
-
- package: all FORCE
- csh -f maketgz.csh ${VERSION} ${POSTFIX}