Browse Source

* Use $(MAKE)

pierre 26 years ago
parent
commit
7ae6b4890d
1 changed files with 8 additions and 5 deletions
  1. 8 5
      ide/text/Makefile

+ 8 - 5
ide/text/Makefile

@@ -128,13 +128,13 @@ endif
 fp$(EXEEXT): $(wildcard *.pas) $(wildcard *.inc)
 fp$(EXEEXT): $(wildcard *.pas) $(wildcard *.inc)
 
 
 gdb:
 gdb:
-	make all GDB=1
+	$(MAKE) all GDB=1
 
 
 full:
 full:
-	make all FULL=1
+	$(MAKE) all FULL=1
 
 
 fullgdb:
 fullgdb:
-	make all FULL=1 GDB=1
+	$(MAKE) all FULL=1 GDB=1
 
 
 # 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
@@ -150,11 +150,14 @@ install: fpc_install
 # Misc
 # Misc
 #
 #
 clean_compiler:
 clean_compiler:
-	make -C ../../compiler clean
+	$(MAKE) -C ../../compiler clean
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.17  1999-10-29 14:33:03  pierre
+# Revision 1.18  1999-10-29 14:46:36  pierre
+#  * Use $(MAKE)
+#
+# Revision 1.17  1999/10/29 14:33:03  pierre
 #  + added readme.txt file
 #  + added readme.txt file
 #
 #
 # Revision 1.16  1999/10/08 15:34:11  pierre
 # Revision 1.16  1999/10/08 15:34:11  pierre