mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
575 B
Plaintext
13 lines
575 B
Plaintext
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
|
|
+++ work.new/bnlib/Makefile.in Mon Mar 8 21:33:38 1999
|
|
@@ -61,7 +61,7 @@
|
|
# code compiled with another cc, which doesn't know about -lgcc.
|
|
|
|
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.
|