summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorjoerg@trift2. <>2007-03-19 15:24:07 +0100
committerjoerg@trift2. <>2007-03-19 15:24:07 +0100
commit1e3cec54587b3ab7411485334624f11a0f31ffda (patch)
tree9243d561490c1ed792b976cab5b934354c6f4e6f /netware
parent1c6fc80fdc00d14584a0ae6be50367876d92341a (diff)
downloadmariadb-git-1e3cec54587b3ab7411485334624f11a0f31ffda.tar.gz
netware/Makefile.am : "libmysql.imp" must survive a "make clean" for the NetWare builds.
Diffstat (limited to 'netware')
-rw-r--r--netware/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am
index 8a9945fc6a4..59ebd624ed2 100644
--- a/netware/Makefile.am
+++ b/netware/Makefile.am
@@ -50,7 +50,8 @@ link_sources:
else
BUILT_SOURCES = libmysql.imp init_db.sql test_db.sql
-CLEANFILES = $(BUILT_SOURCES)
+DISTCLEANFILES = libmysql.imp
+CLEANFILES = init_db.sql test_db.sql
# Create the libmysql.imp from libmysql/libmysql.def
libmysql.imp: $(top_srcdir)/libmysql/libmysql.def