Commit 767f9a52 authored by lenz@mysql.com's avatar lenz@mysql.com

- added $(SUPERCLEANFILES) to DISTCLEANFILES (bug #201) - thanks to

   Christian Hammers for providing this patch
parent 4d6d491a
......@@ -34,7 +34,7 @@ noinst_HEADERS = config-win.h config-os2.h config-netware.h \
SUPERCLEANFILES = mysql_version.h my_config.h
# Some include files that may be moved and patched by configure
DISTCLEANFILES = sched.h
DISTCLEANFILES = sched.h $(SUPERCLEANFILES)
all-local: my_config.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment