Sfoglia il codice sorgente

* Remove fpmake.o and fpmake.dbg on distclean

git-svn-id: trunk@23027 -
joost 13 anni fa
parent
commit
69437fcc1a
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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