summaryrefslogtreecommitdiffstats
path: root/util/Makefile.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2002-01-04 21:31:49 +0000
committerTar Committer <tar@ocjtech.us>2002-01-04 21:31:49 +0000
commit9f2402b0d86333f5f7e9d50437036cd3124bde47 (patch)
tree163861dc0a0052447f838d3674a35870a80026f5 /util/Makefile.in
parentb0d71377c1854271b4511488422427f73d9473d1 (diff)
downloadrancid-2.2.tar.gz
rancid-2.2.tar.xz
rancid-2.2.zip
Imported from rancid-2.2.tar.gz.rancid-2.2
Diffstat (limited to 'util/Makefile.in')
-rw-r--r--util/Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/util/Makefile.in b/util/Makefile.in
index 445c86b..ed8db01 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -17,14 +17,15 @@ install: all
cd lg; $(MAKE) -e install
clean:
- @if [ -f util/Makefile ] ; then \
+ @if [ -f lg/Makefile ] ; then \
cd lg; $(MAKE) -e clean; \
fi
- rm -f Makefile $(UTIL_PROGS)
distclean: clean
- cd lg; $(MAKE) -e distclean;
- rm -f config.log config.status
+ @if [ -f lg/Makefile ] ; then \
+ cd lg; $(MAKE) -e distclean; \
+ fi
+ rm -f Makefile $(UTIL_PROGS) config.log config.status
distdir:
for file in Makefile.in configure.in *README* *.exp; do \