Fix for bug in build scripts making everything to be reconfigured

at each 'make' invocation (pushing as two devs tested that the patch is ok).


Makefile.am:
  Fix for bug in build scripts making everything to be reconfigured
  at each 'make' invocation.
This commit is contained in:
unknown 2004-06-20 03:52:05 +04:00
parent 5777892b66
commit 55afd242ee

View file

@ -36,7 +36,7 @@ linked_sources = linked_client_sources linked_server_sources \
CLEANFILES = $(linked_sources)
# This is just so that the linking is done early.
config.h: $(linked_sources)
all-local: $(linked_sources)
linked_include_sources:
cd include; $(MAKE) link_sources