Browse Source

* IDE must also be build correct

peter 25 năm trước cách đây
mục cha
commit
40566409a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile.fpc

+ 1 - 1
Makefile.fpc

@@ -293,7 +293,7 @@ endif
         $(MAKE) packages_$(ALLTARGET) $(BUILDOPTS)
         $(MAKE) utils_all $(BUILDOPTS)
 ifdef IDE
-        -$(MAKE) ide_full $(BUILDOPTS)
+        $(MAKE) ide_full $(BUILDOPTS)
 endif
         $(ECHO) Build > build-stamp.$(OS_TARGET)