Explorar o código

+ delete base.build-stamp.*

git-svn-id: trunk@12645 -
florian %!s(int64=16) %!d(string=hai) anos
pai
achega
6b17415106
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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