Explorar el Código

* Remove fpmake.o and fpmake.dbg on distclean

git-svn-id: trunk@23027 -
joost hace 12 años
padre
commit
69437fcc1a
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 2 0
      packages/Makefile
  2. 2 0
      packages/Makefile.fpc

+ 2 - 0
packages/Makefile

@@ -1683,6 +1683,8 @@ else
 	$(FPMAKE_BIN_CLEAN) distclean $(FPMAKE_OPT)
 endif
 	-$(DEL) $(LOCALFPMAKE)
+	-$(DEL) fpmake.o
+	-$(DEL) fpmake.dbg
 endif
 install:	fpmake
 ifdef UNIXHier

+ 2 - 0
packages/Makefile.fpc

@@ -100,6 +100,8 @@ else
         $(FPMAKE_BIN_CLEAN) distclean $(FPMAKE_OPT)
 endif
 	-$(DEL) $(LOCALFPMAKE)
+	-$(DEL) fpmake.o
+	-$(DEL) fpmake.dbg
 endif
 install:	fpmake
 ifdef UNIXHier