* NEEDOPT=-Sg changed to NEEDOPT+=-Sg

This commit is contained in:
pierre 1999-11-11 00:21:09 +00:00
parent 212431e2fe
commit e2d9d65a2d
2 changed files with 4 additions and 4 deletions

View File

@ -905,10 +905,10 @@ gdb:
$(MAKE) -C text all GDB=1
full:
$(MAKE) -C text all FULL=1 NEEDOPT=-Sg
$(MAKE) -C text all FULL=1 NEEDOPT+=-Sg
fullgdb:
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT=-Sg
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT+=-Sg
# This is necessary because we don't have all units separate in the
# units targets

View File

@ -12,10 +12,10 @@ gdb:
$(MAKE) -C text all GDB=1
full:
$(MAKE) -C text all FULL=1 NEEDOPT=-Sg
$(MAKE) -C text all FULL=1 NEEDOPT+=-Sg
fullgdb:
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT=-Sg
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT+=-Sg
# This is necessary because we don't have all units separate in the
# units targets