Commit 55afd242 authored by unknown's avatar unknown
Browse files

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 5777892b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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