mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
- added $(SUPERCLEANFILES) to DISTCLEANFILES (bug #201) - thanks to
Christian Hammers for providing this patch
This commit is contained in:
parent
2c2bc003e2
commit
a792b31b90
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue