- NOTE: you can now override the dir used for cache/logs by using the variable STATEDIR. i.e., "make STATEDIR=/alternate/dir package", and it will be substituted into the INSTALL/DEINSTALL scripts.
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
--- lib/Makefile.in.orig Wed Jun 28 01:35:09 2000
|
|
+++ lib/Makefile.in Wed Jun 28 01:35:26 2000
|
|
@@ -48,6 +48,9 @@
|
|
|
|
all: $(LIBS)
|
|
|
|
+rfc1035.o: rfc1035.c
|
|
+ $(CC) $(CFLAGS) -O0 -c $<
|
|
+
|
|
$(UTILOBJS): $(top_srcdir)/include/version.h
|
|
|
|
libmiscutil.a: $(UTILOBJS)
|