summaryrefslogtreecommitdiffstats
path: root/ulogd/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2001-05-20 13:51:46 +0000
committerlaforge <laforge>2001-05-20 13:51:46 +0000
commit37ec046bf4cdab96a1e9bddd60e8b76b36bcf64a (patch)
treec956ea934a62ca701637aec8eb15a82eced4e37e /ulogd/Makefile.in
parent9e4b5111183b9fa80606903fde1c280b472d6973 (diff)
included --with-log-ip-as-string option
removed ./configure (run autoconf) autoconf now adds -I/usr/src/linux/include to CFLAGS
Diffstat (limited to 'ulogd/Makefile.in')
-rw-r--r--ulogd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd/Makefile.in b/ulogd/Makefile.in
index 05570e7..ec93a5b 100644
--- a/ulogd/Makefile.in
+++ b/ulogd/Makefile.in
@@ -27,7 +27,7 @@ clean:
distclean: clean
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done
- rm -f Makefile config.cache config.log config.status Rules.make
+ rm -f Makefile config.cache config.log config.status Rules.make configure
install: all
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done