summaryrefslogtreecommitdiffstats
path: root/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
commitd923eba00cd540605f2eaae4f95ec8fbee4c39a6 (patch)
tree8778a3f4664cbdfff79edfa541faa9a22218050c /Makefile.in
parent864fde8619ef58b1b133605b9d014ac5a417eeab (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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 05570e7..ec93a5b 100644
--- a/Makefile.in
+++ b/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