* fixed $smartlibext -> $staticlibext to fix a 'rm *' :(

This commit is contained in:
peter 1998-09-07 18:31:53 +00:00
parent e7f5a26700
commit 4956991f0b
2 changed files with 10 additions and 4 deletions

View File

@ -324,7 +324,7 @@ sharedlibinstall: sharedlib
libinstall: staticlibinstall sharedlibinstall libinstall: staticlibinstall sharedlibinstall
libsclean : clean libsclean : clean
-$(DEL) *$(SMARTLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT) -$(DEL) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
##################################################################### #####################################################################
# Default targets # Default targets
@ -334,7 +334,10 @@ include $(CFG)/makefile.def
# #
# $Log$ # $Log$
# Revision 1.22 1998-08-21 20:20:12 michael # Revision 1.23 1998-09-07 18:31:53 peter
# * fixed $smartlibext -> $staticlibext to fix a 'rm *' :(
#
# Revision 1.22 1998/08/21 20:20:12 michael
# + Fixed spaces to tabs. # + Fixed spaces to tabs.
# #
# Revision 1.21 1998/08/21 15:17:00 peter # Revision 1.21 1998/08/21 15:17:00 peter

View File

@ -238,7 +238,7 @@ sharedlibinstall: sharedlib
libinstall: staticlibinstall libinstall: staticlibinstall
libsclean : clean libsclean : clean
-$(DEL) *$(SMARTLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT) -$(DEL) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
# Getting DLL names # Getting DLL names
# not present in headers !! # not present in headers !!
@ -375,7 +375,10 @@ include $(CFG)/makefile.def
# #
# $Log$ # $Log$
# Revision 1.12 1998-09-04 17:17:36 pierre # Revision 1.13 1998-09-07 18:31:54 peter
# * fixed $smartlibext -> $staticlibext to fix a 'rm *' :(
#
# Revision 1.12 1998/09/04 17:17:36 pierre
# + all unknown function ifdef with # + all unknown function ifdef with
# conditionnal unknown_functions # conditionnal unknown_functions
# testwin works now, but windowcreate still fails !! # testwin works now, but windowcreate still fails !!