summaryrefslogtreecommitdiffstats
path: root/util/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'util/Makefile.in')
-rw-r--r--util/Makefile.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/util/Makefile.in b/util/Makefile.in
index bf41c54..2432c26 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -11,14 +11,17 @@ install: all
for file in $(UTIL_PROGS) ; do \
$(INSTALL) $$file $(PREFIX)/util; \
done; \
- for file in *README* ; do \
+ for file in *README*; do \
$(INSTALL_DATA) $$file $(PREFIX)/util; \
- done
+ done; \
+ cd lg; $(MAKE) -e install
clean:
+ cd lg; $(MAKE) -e clean; \
rm -f Makefile $(UTIL_PROGS)
distclean: clean
+ cd lg; $(MAKE) -e distclean; \
rm -f config.log config.status
distdir:
@@ -27,4 +30,5 @@ distdir:
done; \
for file in configure $(UTIL_PROGS:=.in) ; do \
$(INSTALL) $$file $(distdir); \
- done
+ done; \
+ cd lg; $(MAKE) -e distdir