remove build dir on distclean (bug 272250)

git-svn-id: svn://10.0.0.236/trunk@167066 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%aol.net
2004-12-28 19:17:01 +00:00
parent 03296417f1
commit 008d671e1d

View File

@@ -58,6 +58,8 @@ else
TARGET = Camino
endif
GARBAGE_DIRS += build
include $(topsrcdir)/config/rules.mk
ABS_topsrcdir := $(shell cd $(topsrcdir); pwd)
@@ -73,9 +75,6 @@ endif
libs::
$(PBBUILD) -project Camino.xcode -target $(TARGET) -buildstyle $(BUILDSTYLE) USE_GCC3=YES
clean clobber::
rm -rf build
rm -f resources/localized/English.lproj/Localized.rsrc
# convenience target for PB script build phases
echo_srcdir: