diff options
author | unknown <monty@work.mysql.com> | 2000-12-13 12:43:45 +0100 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2000-12-13 12:43:45 +0100 |
commit | e9797c89e4d94515579279d0bf94b5398ce6809c (patch) | |
tree | 30402773df533d84ae847cd89d3a19df4db4ffbc /include/Makefile.am | |
parent | 20da4f88847125f59edf44e5e688f61abcbc7af2 (diff) | |
download | mariadb-git-e9797c89e4d94515579279d0bf94b5398ce6809c.tar.gz |
mysql.spec.sh Don't install BDB
Do-patch-file Update for new web structure
Makefile.am Added dependency for manual_toc.html
Makefile.am Replaced chmod with RM to avoid error message
include/Makefile.am:
Replaced chmod with RM to avoid error message
Docs/Makefile.am:
Added dependency for manual_toc.html
Build-tools/Do-patch-file:
Update for new web structure
support-files/mysql.spec.sh:
Don't install BDB
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 83ba47dc219..17d9c95216c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -45,7 +45,7 @@ link_sources: # This should be changed in the source and removed. my_global.h: global.h - -$(CHMOD) u+w my_global.h + $(RM) -f my_global.h $(CP) global.h my_global.h # These files should not be included in distributions since they are |