* tabulation problem and -dGDB -dBROWSERCOL added

This commit is contained in:
pierre 1999-11-11 00:49:11 +00:00
parent e2d9d65a2d
commit 5d19ad7dc7
4 changed files with 21 additions and 21 deletions

View File

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

View File

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

View File

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