mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 06:49:26 +01:00
* clean target fix, theres no objpas dir to clean anymore
This commit is contained in:
parent
a1bbee561c
commit
f63f6629a2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user