mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
distclean removal of buildconfig.html
This commit is contained in:
parent
fbc43ca459
commit
4d8ed346a6
@ -61,9 +61,6 @@ endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
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)))
|
||||
|
@ -31,3 +31,5 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
distclean::
|
||||
$(RM) -f buildconfig.html
|
||||
|
Loading…
Reference in New Issue
Block a user