Browse Source

* Remove fpmake.o and fpmake.dbg on distclean

git-svn-id: trunk@23027 -
joost 12 years ago
parent
commit
69437fcc1a
2 changed files with 4 additions and 0 deletions
  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