* fixed smartlinking switch

This commit is contained in:
peter 1999-09-27 08:08:15 +00:00
parent d562e65994
commit e581315d3b

View File

@ -526,7 +526,7 @@ endif
# Smartlinking # Smartlinking
ifeq ($(SMARTLINK),YES) ifeq ($(SMARTLINK),YES)
override PPOPT+=-Cx override PPOPT+=-CX
endif endif
# Add defines from PPOPTDEF to PPOPT # Add defines from PPOPTDEF to PPOPT
@ -1052,7 +1052,10 @@ endif
# #
# $Log$ # $Log$
# Revision 1.46 1999-08-30 12:07:43 pierre # Revision 1.47 1999-09-27 08:08:15 peter
# * fixed smartlinking switch
#
# Revision 1.46 1999/08/30 12:07:43 pierre
# * use unitdir only if existing and non empty # * use unitdir only if existing and non empty
# #
# Revision 1.45 1999/08/19 06:50:25 michael # Revision 1.45 1999/08/19 06:50:25 michael