mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
(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
This commit is contained in:
parent
8a1cfa2d53
commit
e0e141d1bd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue