blob: e93c3be910309a71da5b029a6e8f6d70c2aed2c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: bibclean-2.11.4/Makefile.in
===================================================================
--- bibclean-2.11.4.orig/Makefile.in
+++ bibclean-2.11.4/Makefile.in
@@ -343,7 +343,7 @@ BIBCLEAN-OBJS = bibclean.o chek.o do.o
$(LIBOBJS)
bibclean: $(BIBCLEAN-OBJS)
- $(CC) -o bibclean $(CFLAGS) $(BIBCLEAN-OBJS) $(LIBS)
+ $(CC) $(LDFLAGS) -o bibclean $(CFLAGS) $(BIBCLEAN-OBJS) $(LIBS)
# This target converts the option descriptions from the manual pages
# to C code for inclusion in bibclean.c. The first awk command
|