Only remove buildconfig.html when you 'make distclean'. Otherwise doing 'make clean' in toolkit means that you need to re-run configure.

This commit is contained in:
bryner%brianryner.com 2003-08-17 08:32:49 +00:00
Родитель eefba6e2be
Коммит e146c86ec2
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -52,13 +52,16 @@ CHROME_DEPS = locale/build.dtd content/buildconfig.html
include $(topsrcdir)/config/rules.mk
GARBAGE += content/buildconfig.html locale/build.dtd
GARBAGE += locale/build.dtd
locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
@$(RM) -f $@
@if test ! -d locale; then mkdir locale; fi
$(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number $(srcdir)/locale/build.dtd.in
distclean::
$(RM) -f content/buildconfig.html
# skin/unix contains css rules that more closely match gtk widgets
### killing this for now until we know how qute looks on linux
# ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))