Browse Source

* go32v2 -> $(OS_TARGET)

peter 25 years ago
parent
commit
ba3ac59f5f
2 changed files with 3 additions and 3 deletions
  1. 2 2
      base/Makefile
  2. 1 1
      base/Makefile.fpc

+ 2 - 2
base/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v0.99.13 [2000/02/08]
+# Makefile generated by fpcmake v0.99.13 [2000/02/07]
 #
 
 defaultrule: help
@@ -1295,7 +1295,7 @@ ide_comp:
 	$(MAKE) -C ide full
 
 # Look if libgdb.a is available then use fullgdb
-ifneq ($(wildcard packages/gdbint/libgdb/go32v2/libgdb.a),)
+ifneq ($(wildcard packages/gdbint/libgdb/$(OS_TARGET)/libgdb.a),)
 ide_full:
 	$(MAKE) -C compiler ppuclean
 	$(MAKE) -C ide fullgdb

+ 1 - 1
base/Makefile.fpc

@@ -170,7 +170,7 @@ ide_comp:
         $(MAKE) -C ide full
 
 # Look if libgdb.a is available then use fullgdb
-ifneq ($(wildcard packages/gdbint/libgdb/go32v2/libgdb.a),)
+ifneq ($(wildcard packages/gdbint/libgdb/$(OS_TARGET)/libgdb.a),)
 ide_full:
         $(MAKE) -C compiler ppuclean
         $(MAKE) -C ide fullgdb