diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-02-10 23:34:46 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-02-10 23:34:46 +0000 |
commit | 81793ee828136fefc57b4be41219e1372d834481 (patch) | |
tree | a352c887798f144c19601d521030a8992a269f6e /docbook/Makefile.common | |
parent | 71913d2700e3165aa2dcfec8c4788227bc67e364 (diff) | |
download | wireshark-81793ee828136fefc57b4be41219e1372d834481.tar.gz wireshark-81793ee828136fefc57b4be41219e1372d834481.tar.bz2 wireshark-81793ee828136fefc57b4be41219e1372d834481.zip |
Make the build dependencies more consistent between platforms. Try to
fix the Windows build (without breaking the GNU toolchain build).
svn path=/trunk/; revision=31861
Diffstat (limited to 'docbook/Makefile.common')
-rw-r--r-- | docbook/Makefile.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docbook/Makefile.common b/docbook/Makefile.common index e9c39dba2a..3f2f0863fc 100644 --- a/docbook/Makefile.common +++ b/docbook/Makefile.common @@ -181,7 +181,6 @@ WSUG_SOURCE = \ svn_version.xml \ GPL_appendix.xml \ custom_layer_pdf.xsl \ - Makefile \ $(WSUG_FILES) \ $(WSUG_GRAPHICS) @@ -191,14 +190,12 @@ WSDG_SOURCE = \ svn_version.xml \ GPL_appendix.xml \ custom_layer_pdf.xsl \ - Makefile \ $(WSDG_FILES) \ $(WSDG_GRAPHICS) RELEASE_NOTES_SOURCE = \ release-notes.xml \ - svn_version.xml \ - Makefile + svn_version.xml CLEANFILES = \ *.chm \ |