diff options
author | konstantin@mysql.com <> | 2004-06-20 03:52:05 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-06-20 03:52:05 +0400 |
commit | efba49fd7d36aa30570adc31fd39aac1afd01e3e (patch) | |
tree | b762ec7612451bf9ef9a17bb02c5fa3c0b89a918 /Makefile.am | |
parent | c5544563acb003aa54b9060bb03e3bad60a97452 (diff) | |
download | mariadb-git-efba49fd7d36aa30570adc31fd39aac1afd01e3e.tar.gz |
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).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aca5d4bade7..6d69ea85eb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |