diff --git a/Makefile.in b/Makefile.in index 6db4d28..8967b67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -187,6 +187,9 @@ all: source_all dll @echo else you can type \"$(MAKE_BIN) install_local\" to install $(_VERSION_) to your home @echo directory. +.config.h: + touch $@ + install: all installbin installdll installscript installman installhelp \ installtranslation reallydone @@ -194,13 +197,13 @@ installeverything: install everything: all -source_all: +source_all: .config.h @cd source && $(MAKE) all -$(_VERSION_): +$(_VERSION_): .config.h @cd source && $(MAKE) $(_VERSION_) -dll: +dll: .config.h @cd dll && $(MAKE) all installdll: $(srcdir)/Makefile dll/Makefile installdirs dll diff --git a/source/Makefile.in b/source/Makefile.in index 83e90c2..97f99f9 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -173,6 +173,9 @@ SOURCES = $(OBJECTS:%.o=%.c) #$(TCL_SRCS) all: $(_VERSION_) wserv scr-bx +../include/../.config.h: + touch $@ + Makefile: $(srcdir)/Makefile.in cd $(topdir) \ && $(SHELL) ./config.status