diff options
author | kent@mysql.com <> | 2005-11-04 02:17:11 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2005-11-04 02:17:11 +0100 |
commit | 4742f585b13d2a4dec93afdc9ada5a4d0c621f54 (patch) | |
tree | c262a4298ddcdc1e1f99fba719003fc9894a837b /include/Makefile.am | |
parent | 11d6c967407c3f109dd9228ed2460f1a04e64ec9 (diff) | |
parent | ee0b6db191ab4ae475beee8ceb1e46d6ccd91353 (diff) | |
download | mariadb-git-4742f585b13d2a4dec93afdc9ada5a4d0c621f54.tar.gz |
Merge
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index b8e420bff0e..8ad63f088ac 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -38,20 +38,12 @@ CLEANFILES = mysql_version.h my_config.h readline # Some include files that may be moved and patched by configure DISTCLEANFILES = sched.h $(CLEANFILES) -all-local: my_config.h - -# Since we include my_config.h it better exist from the beginning link_sources: - $(CP) ../config.h my_config.h -$(RM) -fr readline @readline_h_ln_cmd@ -# Keep automake happy - my_config.h: ../config.h $(CP) ../config.h my_config.h - -$(RM) -fr readline - @readline_h_ln_cmd@ # These files should not be included in distributions since they are # generated by configure from the .h.in files |