Browse Source

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

pierre 26 years ago
parent
commit
e2d9d65a2d
2 changed files with 4 additions and 4 deletions
  1. 2 2
      ide/Makefile
  2. 2 2
      ide/Makefile.fpc

+ 2 - 2
ide/Makefile

@@ -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
 
 
 fullgdb:
 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
 # This is necessary because we don't have all units separate in the
 # units targets
 # units targets

+ 2 - 2
ide/Makefile.fpc

@@ -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
 
 
 fullgdb:
 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
 # This is necessary because we don't have all units separate in the
 # units targets
 # units targets