diff --git a/ide/Makefile b/ide/Makefile index 4ff6969241..010d46c74d 100644 --- a/ide/Makefile +++ b/ide/Makefile @@ -905,10 +905,10 @@ gdb: $(MAKE) -C text all GDB=1 full: - $(MAKE) -C text all FULL=1 + $(MAKE) -C text all FULL=1 NEEDOPT=-Sg fullgdb: - $(MAKE) -C text all FULL=1 GDB=1 + $(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 diff --git a/ide/Makefile.fpc b/ide/Makefile.fpc index e114e404a8..059da42ad6 100644 --- a/ide/Makefile.fpc +++ b/ide/Makefile.fpc @@ -12,10 +12,10 @@ gdb: $(MAKE) -C text all GDB=1 full: - $(MAKE) -C text all FULL=1 + $(MAKE) -C text all FULL=1 NEEDOPT=-Sg fullgdb: - $(MAKE) -C text all FULL=1 GDB=1 + $(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 diff --git a/ide/text/Makefile b/ide/text/Makefile index ec08f96955..b761714edf 100644 --- a/ide/text/Makefile +++ b/ide/text/Makefile @@ -969,14 +969,14 @@ gdb: $(MAKE) all GDB=1 full: - $(MAKE) all FULL=1 + $(MAKE) all FULL=1 NEEDOPT=-Sg fullgdb: - $(MAKE) all FULL=1 GDB=1 + $(MAKE) all FULL=1 GDB=1 NEEDOPT=-Sg # This is necessary because we don't have all units separate in the # units targets -clean : testfpcmake fpc_cleanall +clean : fpc_cleanall # # Installation diff --git a/ide/text/Makefile.fpc b/ide/text/Makefile.fpc index f8e8a6e682..19ae7181ff 100644 --- a/ide/text/Makefile.fpc +++ b/ide/text/Makefile.fpc @@ -52,10 +52,10 @@ gdb: $(MAKE) all GDB=1 full: - $(MAKE) all FULL=1 + $(MAKE) all FULL=1 NEEDOPT=-Sg fullgdb: - $(MAKE) all FULL=1 GDB=1 + $(MAKE) all FULL=1 GDB=1 NEEDOPT=-Sg # This is necessary because we don't have all units separate in the # units targets