From e0e141d1bdc4ea56adc2b84754211d49ea37cae3 Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 2 Sep 1996 14:52:57 +0000 Subject: [PATCH] (clean): Fix dependancies so we actually clean-top, not mostlyclean-top. (distclean): Analogously. (maintainer-clean): Analogously. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1672 72102866-910b-0410-8b05-ffd578937521 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index dcd4b42a6..868482262 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,9 +88,9 @@ distclean-top: maintainer-clean-top: mostlyclean: mostlyclean-top mostlyclean-subdirs -clean: mostlyclean-top clean-subdirs -distclean: clean-top distclean-subdirs -maintainer-clean: maintainer-clean-subdirs distclean-top +clean: clean-top clean-subdirs +distclean: distclean-top distclean-subdirs +maintainer-clean: maintainer-clean-top maintainer-clean-subdirs snap: $(DIST_FILES) rm -rf snap