diff options
author | joerg@trift2. <> | 2007-10-30 20:06:49 +0100 |
---|---|---|
committer | joerg@trift2. <> | 2007-10-30 20:06:49 +0100 |
commit | 37e47a080acca7c87673856887f8c56c4fb14fdf (patch) | |
tree | f854068763612333d5c9c70688b6d6e3fdba0f6e /netware | |
parent | d76498a6a27df6cc8efb1559e7779ffcdbb07552 (diff) | |
download | mariadb-git-37e47a080acca7c87673856887f8c56c4fb14fdf.tar.gz |
Minor Makefile fixes:
1) Add a new top level "Makefile.am" target "make embedded-test".
2) Fix a syntax error (bad merge) in "netware/Makefile.am".
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 64467a41777..80da180273b 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -56,9 +56,6 @@ link_sources: done echo timestamp > link_sources -BUILT_SOURCES = link_sources -CLEANFILES = $(BUILT_SOURCES) - else BUILT_SOURCES = libmysql.imp init_db.sql test_db.sql |