diff options
author | serg@serg.mylan <> | 2005-01-28 17:15:51 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-01-28 17:15:51 +0100 |
commit | 19186b623891cb40af71596d71df668c2a5e5d65 (patch) | |
tree | 65e0bd2ded78ce95af6345d655d3c0c160a50aaa /include | |
parent | 5dfcdcc0269f0dc7c817bb4e03d1d24cfee3e45f (diff) | |
parent | 852f2e0abac3b6eab3b8a0f978682af449a6be50 (diff) | |
download | mariadb-git-19186b623891cb40af71596d71df668c2a5e5d65.tar.gz |
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
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 |