mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
11 lines
263 B
Text
11 lines
263 B
Text
--- Makefile.in.orig Tue Oct 14 02:15:45 2003
|
|
+++ Makefile.in Wed Oct 22 22:47:20 2003
|
|
@@ -23,7 +23,7 @@
|
|
$(CC) $(LIBS) -rdynamic -o $@ $(OBJS)
|
|
|
|
printstats: printstats.o
|
|
- $(CC) -ltdb -o $@ $<
|
|
+ $(CC) ${LIBS} -ltdb -o $@ $<
|
|
|
|
%.o: %.c
|
|
$(CC) $(CFLAGS) -c $<
|