summaryrefslogtreecommitdiffstats
path: root/util/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'util/Makefile.in')
-rw-r--r--util/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/util/Makefile.in b/util/Makefile.in
index 2432c26..511cb7f 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -17,11 +17,13 @@ install: all
cd lg; $(MAKE) -e install
clean:
- cd lg; $(MAKE) -e clean; \
+ @if [ -f util/Makefile ] ; then \
+ cd lg; $(MAKE) -e clean; \
+ fi
rm -f Makefile $(UTIL_PROGS)
distclean: clean
- cd lg; $(MAKE) -e distclean; \
+ cd lg; $(MAKE) -e distclean;
rm -f config.log config.status
distdir: