* clean target fix, theres no objpas dir to clean anymore

This commit is contained in:
peter 1998-12-28 23:37:38 +00:00
parent a1bbee561c
commit f63f6629a2
2 changed files with 8 additions and 4 deletions

View File

@ -124,7 +124,6 @@ install : all
clean :
-$(DEL) *$(OEXT) *$(ASMEXT) *$(PPUEXT) $(PPAS) link.res log
-$(DELTREE) *$(SMARTEXT)
-make -C $(OBJPASDIR) clean
#####################################################################
@ -233,7 +232,10 @@ include $(CFG)/makefile.def
#
# $Log$
# Revision 1.1 1998-12-21 13:07:02 peter
# Revision 1.2 1998-12-28 23:37:38 peter
# * clean target fix, theres no objpas dir to clean anymore
#
# Revision 1.1 1998/12/21 13:07:02 peter
# * use -FE
#
# Revision 1.9 1998/11/24 19:49:44 jonas

View File

@ -126,7 +126,6 @@ install : all
clean :
-$(DEL) *$(OEXT) *$(ASMEXT) *$(PPUEXT) $(PPAS) link.res log
-$(DELTREE) *$(SMARTEXT)
-make -C $(OBJPASDIR) clean
#####################################################################
@ -261,7 +260,10 @@ include $(CFG)/makefile.def
#
# $Log$
# Revision 1.2 1998-12-21 14:20:37 pierre
# Revision 1.3 1998-12-28 23:37:39 peter
# * clean target fix, theres no objpas dir to clean anymore
#
# Revision 1.2 1998/12/21 14:20:37 pierre
# * initc unit added
#
# Revision 1.1 1998/12/21 13:07:02 peter