Browse Source

+ delete base.build-stamp.*

git-svn-id: trunk@12645 -
florian 16 years ago
parent
commit
6b17415106
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Makefile
  2. 1 0
      Makefile.fpc

+ 1 - 0
Makefile

@@ -2557,6 +2557,7 @@ BUILDSTAMP=build-stamp.$(FULL_TARGET)
 all: build
 clean: $(addsuffix _distclean,$(TARGET_DIRS))
 	-$(DEL) build-stamp.*
+	-$(DEL) base.build-stamp.*
 distclean: clean
 build: $(BUILDSTAMP)
 $(BUILDSTAMP):

+ 1 - 0
Makefile.fpc

@@ -210,6 +210,7 @@ all: build
 
 clean: $(addsuffix _distclean,$(TARGET_DIRS))
         -$(DEL) build-stamp.*
+        -$(DEL) base.build-stamp.*
 
 distclean: clean