diff options
author | joreland@mysql.com <> | 2005-01-29 07:11:22 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2005-01-29 07:11:22 +0100 |
commit | af1e8cf7ad9ab5d00e3dd69cc2d2af28d8eabe98 (patch) | |
tree | 992f77e8a20e118c35f2826c0ba9adf8385d616d /include | |
parent | f742073062a4eecb5fa55a7b70efacf00ab8b7f0 (diff) | |
parent | 08b302894c340c8208844a599db8782c6d0ca0f7 (diff) | |
download | mariadb-git-af1e8cf7ad9ab5d00e3dd69cc2d2af28d8eabe98.tar.gz |
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index e11ca2b4647..08beb4b7236 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -33,15 +33,10 @@ noinst_HEADERS = config-win.h config-os2.h config-netware.h \ mysql_version.h.in my_handler.h my_time.h decimal.h # mysql_version.h are generated -SUPERCLEANFILES = mysql_version.h my_config.h +CLEANFILES = mysql_version.h my_config.h readline # Some include files that may be moved and patched by configure -DISTCLEANFILES = sched.h $(SUPERCLEANFILES) - -clean: - $(RM) -fr readline -distclean: - $(RM) -fr readline +DISTCLEANFILES = sched.h $(CLEANFILES) all-local: my_config.h |