diff options
author | David Tardon <dtardon@redhat.com> | 2015-03-26 09:19:01 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-03-26 09:22:45 +0100 |
commit | c8708f34d6ab4152ef74c01ed2210ec7aee83dbe (patch) | |
tree | 4911a360a75734b0e0d5e2fc40fda88872940c47 /Makefile.in | |
parent | 5a0de29f6156e8ee92832b09eb1198a2b5f120da (diff) |
add Makefile deps and cleanup for config_host_lang.mk*
Change-Id: I7fabd28ccdf66a4fa96838aafadbe6ceee8d9ee3
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 36bcaf3f752d..61b16ab541cf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,12 +32,13 @@ GIT_BUILD := $(if $(wildcard $(SRCDIR)/.git),T) ifeq (,$(MAKE_RESTARTS)$(if $(GIT_BUILD),,T)$(if $(filter-out help showmodules clean distclean,$(MAKECMDGOALS)),,T)) .PHONY : force-restart -Makefile: $(BUILDDIR)/config_host.mk force-restart +Makefile: $(BUILDDIR)/config_host.mk $(BUILDDIR)/config_host_lang.mk force-restart @touch $@ # run configure in an environment not polluted by config_host.mk $(BUILDDIR)/config_host.mk : $(wildcard \ $(SRCDIR)/config_host.mk.in \ + $(SRCDIR)/config_host_lang.mk.in \ $(SRCDIR)/Makefile.in \ $(SRCDIR)/instsetoo_native/util/openoffice.lst.in \ $(SRCDIR)/configure.ac \ @@ -179,6 +180,8 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/config_build.mk \ $(BUILDDIR)/config_host.mk \ $(BUILDDIR)/config_host.mk.stamp \ + $(BUILDDIR)/config_host_lang.mk \ + $(BUILDDIR)/config_host_lang.mk.stamp \ $(BUILDDIR)/config_host/*.h \ $(BUILDDIR)/configure \ $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ |