Browse Source

* TABS problem

pierre 26 years ago
parent
commit
212431e2fe
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ide/Makefile

+ 3 - 3
ide/Makefile

@@ -136,7 +136,7 @@ endif
 
 # Info
 
-FPCINFO=fpc_infocfg fpc_infoobjects fpc_infoinstall 
+FPCINFO=fpc_infocfg fpc_infoobjects fpc_infoinstall
 
 #####################################################################
 # Default Directories
@@ -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