summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-09-29 02:29:25 +0000
committerewt <devnull@localhost>1996-09-29 02:29:25 +0000
commite24a31f3b77bc026f7cddcb9cd61ef6dfe4085fa (patch)
tree70fc93e57d58966d18c42dac3bf8b0751c899714 /build
parentb098e693b1783fe0578ce1ee8961251add0e33ee (diff)
downloadrpm-e24a31f3b77bc026f7cddcb9cd61ef6dfe4085fa.tar.gz
rpm-e24a31f3b77bc026f7cddcb9cd61ef6dfe4085fa.tar.bz2
rpm-e24a31f3b77bc026f7cddcb9cd61ef6dfe4085fa.zip
distclean rule should depend on clean rule
CVS patchset: 1073 CVS date: 1996/09/29 02:29:25
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.in b/build/Makefile.in
index 3cefb7a70..c2f1e5d56 100644
--- a/build/Makefile.in
+++ b/build/Makefile.in
@@ -28,7 +28,7 @@ $(PROGS): $(LIBOBJECTS)
clean:
rm -f *.a *.o *~ $(PROGS)
-distclean:
+distclean: clean
rm -f .depend Makefile
depend: