Simplified make clean

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10479 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-07-13 17:35:29 +00:00
parent 3aa791a4bf
commit 09f0c91794

View file

@ -50,11 +50,7 @@ internal-install:: $(SERVICE_NAME:=.install.service.variables)
internal-uninstall:: $(SERVICE_NAME:=.uninstall.service.variables)
internal-clean:: $(SERVICE_NAME:=.clean.service.subprojects)
ifeq ($(GNUSTEP_FLATTENED),)
rm -rf $(GNUSTEP_OBJ_PREFIX)/$(GNUSTEP_TARGET_LDIR)
else
rm -rf $(GNUSTEP_OBJ_PREFIX)
endif
rm -rf $(GNUSTEP_OBJ_DIR)
ifeq ($(OBJC_COMPILER), NeXT)
rm -f *.iconheader
for f in *.service; do \