diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 716aad7ce2f9..9f58d3339e05 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,8 +121,12 @@ endif fetch: src.downloaded +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(MAKECMDGOALS),distclean) Makefile: autogen.lastrun configure.in ooo.lst.in set_soenv.in Makefile.in ./autogen.sh +endif +endif id: @. ./Env.Host.sh && \ |