diff options
author | sasha@mysql.sashanet.com <> | 2001-08-09 19:16:15 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-08-09 19:16:15 -0600 |
commit | f6836bf81abb42523349ac6cf0b8807fa9e69c3e (patch) | |
tree | ed06f905f1515a2117cc0c243c526264fccaac77 /Makefile.am | |
parent | d9737f20f838f189ef1f3d25df7739770f3b52b9 (diff) | |
parent | be4f7bbdcf89e5fa2a9e8193cda1d317918d7d07 (diff) | |
download | mariadb-git-f6836bf81abb42523349ac6cf0b8807fa9e69c3e.tar.gz |
merged
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7343f617449..70a8140eff5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ linked_include_sources: echo timestamp > linked_include_sources linked_client_sources: @linked_client_targets@ + cd client; $(MAKE) link_sources echo timestamp > linked_client_sources linked_libmysql_sources: |