Commit eb017c72 authored by unknown's avatar unknown

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.
parent 460056e8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment