summaryrefslogtreecommitdiffstats
path: root/ulogd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd/Makefile.in')
-rw-r--r--ulogd/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/ulogd/Makefile.in b/ulogd/Makefile.in
index ec93a5b..4a71406 100644
--- a/ulogd/Makefile.in
+++ b/ulogd/Makefile.in
@@ -14,6 +14,10 @@ endif
all: recurse ulogd
+distrib:
+ @for d in $(SUBDIRS); do if ! make -C $$d distrib; then exit 1; fi; done
+ @make distclean
+
recurse:
@for d in $(SUBDIRS); do if ! make -C $$d; then exit 1; fi; done
@@ -27,7 +31,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 configure
+ rm -f Makefile config.cache config.log config.status Rules.make
install: all
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done