Quellcode durchsuchen

* Fix bootstrap target. Fixes issue #40363

Michaël Van Canneyt vor 2 Jahren
Ursprung
Commit
208f655b6f
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      utils/fpcm/Makefile

+ 6 - 0
utils/fpcm/Makefile

@@ -1,2 +1,8 @@
 PACKAGE_NAME=fpcm
 include ../build/Makefile.pkg
+ifndef inCygWin
+$(BS_UNITDIR):
+	$(MKDIRTREE) $(BS_UNITDIR)
+bootstrap: $(BS_UNITDIR) fpcmake.inc
+	$(FPCFPMAKE) fpcmake.pp $(FPMAKE_SKIP_CONFIG) -Fu$(UNITDIR_FPMAKE_RTL) -FU$(BS_UNITDIR) $(OPT)
+endif