remove build dir on distclean (bug 272250)

This commit is contained in:
pinkerton%aol.net 2004-12-28 19:17:01 +00:00
parent 83d1417cb3
commit 0d576c7d3b

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: