20 lines
400 B
Text
20 lines
400 B
Text
--- Makefile.in.orig Wed Oct 9 01:09:12 2002
|
|
+++ Makefile.in Tue Oct 22 22:19:59 2002
|
|
@@ -24,7 +24,7 @@
|
|
DEFS =
|
|
|
|
# Where the system [n]dbm routines are...
|
|
-LIBS = @LIBS@ -lc
|
|
+LIBS = @LIBS@
|
|
|
|
CFLAGS = @CFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
@@ -122,7 +122,7 @@
|
|
|
|
DISTFILES = $(SRCS) $(HDRS) $(MSCFILES)
|
|
|
|
-all: libgdbm.la libgdbm_compat.la
|
|
+all: libgdbm.la libgdbm_compat.la gdbm.info
|
|
|
|
progs: $(PROGS)
|
|
|