Explorar el Código

* fpcexe update

peter hace 25 años
padre
commit
1ac17aa2e4
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      install/debian/rules
  2. 1 0
      install/fpc.spec

+ 1 - 0
install/debian/rules

@@ -82,6 +82,7 @@ build-arch-stamp: debian-files-stamp
 	$(MAKE) api_smart $(BUILDOPTS)
 	$(MAKE) packages_smart $(BUILDOPTS)
 	$(MAKE) utils_all $(BUILDOPTS)
+	$(MAKE) compiler_fpcexe $(BUILDOPTS)
 
 	touch build-arch-stamp
 

+ 1 - 0
install/fpc.spec

@@ -37,6 +37,7 @@ NEWPP=`pwd`/compiler/ppc386
 	make api_smart PP=${NEWPP}
 	make packages_smart PP=${NEWPP}
 	make utils_all PP=${NEWPP}
+	make compiler_fpcexe PP={$NEWPP}
 
 %install
 NEWPP=`pwd`/compiler/ppc386