summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 75b6d0a9ff..b3d047b1d1 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -320,7 +320,7 @@ uninstallcp:
@$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST)
clean:
- -rm -f core */*~ *~ */*.o $(PROGS) $(SPROGS)
+ -rm -f core */*~ *~ */*.o
proto:
@echo rebuilding include/proto.h
@@ -336,7 +336,7 @@ realclean: clean
-rm -f config.log $(PROGS) $(SPROGS)
distclean: realclean
- -rm -f include/config.h include/stamp-h */dummy Makefile
+ -rm -f include/config.h include/stamp-h Makefile */.dummy
-rm -f config.status config.cache
-rm -rf .deps
@@ -378,6 +378,13 @@ $(srcdir)/include/stamp-h.in: @MAINT@ $(srcdir)/acconfig.h $(srcdir)/configure.i
cd $(srcdir) && $(AUTOHEADER)
@cd $(srcdir) && echo > include/stamp-h.in
+DUMMY_FILES = @DUMMY_FILES@
+DUMMY_BASE = @DUMMY_BASE@
+
+Makefile: $(DUMMY_FILES)
+$(DUMMY_FILES):
+ CONFIG_FILES=$@$(DUMMY_BASE) CONFIG_HEADERS= $(SHELL) ./config.status
+
# automatic dependency tracking rules
.deps/.dummy:
@-if test ! -d .deps; then rm -rf .deps; mkdir .deps; fi