瀏覽代碼

Add msg as prerequisite for compiler to fix 'make distclean all' failure

Pierre Muller 1 年之前
父節點
當前提交
94d7aeb998
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      compiler/Makefile
  2. 1 1
      compiler/Makefile.fpc

+ 1 - 1
compiler/Makefile

@@ -5114,7 +5114,7 @@ $(SYMLINKINSTALL_TARGETS):
 alltargets: $(ALLTARGETS)
 .PHONY: all compiler echotime ppuclean execlean clean distclean
 all: compiler $(addsuffix _all,$(TARGET_DIRS))
-compiler: $(COMPILER_UNITTARGETDIR) $(COMPILER_TARGETDIR) $(EXENAME)
+compiler: msg $(COMPILER_UNITTARGETDIR) $(COMPILER_TARGETDIR) $(EXENAME)
 ifeq ($(MAKELEVEL),0)
 ifndef STARTTIME
 ifdef DATE

+ 1 - 1
compiler/Makefile.fpc

@@ -726,7 +726,7 @@ alltargets: $(ALLTARGETS)
 
 all: compiler $(addsuffix _all,$(TARGET_DIRS))
 
-compiler: $(COMPILER_UNITTARGETDIR) $(COMPILER_TARGETDIR) $(EXENAME)
+compiler: msg $(COMPILER_UNITTARGETDIR) $(COMPILER_TARGETDIR) $(EXENAME)
 
 ifeq ($(MAKELEVEL),0)
 ifndef STARTTIME