diff options
author | kent@mysql.com <> | 2005-09-24 15:51:45 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-09-24 15:51:45 +0200 |
commit | 095efe48a5eee7e25d0cbed551c70c3d24bd3855 (patch) | |
tree | f0bf9c7e18d71c6b6363b180d52a8c4463736bc9 /include/Makefile.am | |
parent | aa74affb19517f1cd6c7d1e133ad41c344b9d750 (diff) | |
download | mariadb-git-095efe48a5eee7e25d0cbed551c70c3d24bd3855.tar.gz |
Makefile.am, configure.in:
Enable "make distcheck" to work
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 0c845900a4f..3fa7b04d69a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -38,23 +38,15 @@ SUPERCLEANFILES = mysql_version.h my_config.h # Some include files that may be moved and patched by configure DISTCLEANFILES = sched.h $(SUPERCLEANFILES) -clean: +clean-local: $(RM) -fr readline -distclean: +distclean-local: $(RM) -fr readline -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 + +link_sources: -$(RM) -fr readline @readline_h_ln_cmd@ |