1999-03-10 22:28:00 +00:00
|
|
|
diff -ur --unidirectional-new-file skipsrc-1.0.orig/bnlib/Makefile.in work.new/bnlib/Makefile.in
|
|
|
|
--- skipsrc-1.0.orig/bnlib/Makefile.in Fri Oct 25 13:11:20 1996
|
2000-01-26 01:55:28 +00:00
|
|
|
+++ work.new/bnlib/Makefile.in Mon Jan 24 12:35:36 2000
|
1999-03-10 22:28:00 +00:00
|
|
|
@@ -61,7 +61,7 @@
|
|
|
|
# code compiled with another cc, which doesn't know about -lgcc.
|
1998-01-09 23:23:58 +00:00
|
|
|
|
1999-03-10 22:28:00 +00:00
|
|
|
lbn%.o: $(srcdir)/lbn%.c $(HDRS) config.h
|
|
|
|
- $(CC) $(CPPFLAGS) $(CFLAGS) -I. -I$(srcdir) -o $@ @GCCMAGIC1@ $< @GCCMAGIC2@
|
|
|
|
+ $(CC) $(CPPFLAGS) $(CFLAGS) -I. -I$(srcdir) -o $@ -c $<
|
|
|
|
|
|
|
|
# Saying that every .o file depends on every header is overkill, but
|
|
|
|
# it will suffice.
|