Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] plugins/Makefile.nmake cannot do maintainer-clean

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Peter Johansson <Peter.xc.Johansson@xxxxxxxxxxxx>
Date: Mon, 17 Oct 2005 09:08:33 +0200
The Makefile.nmake file in the plugins directory has a typo that makes it not allow the 'maintainer-clean' option when cleaning up the build environment on Win32.
Please apply the supplied patch to correct this problem.

/ Peter

Index: C:/ethereal-win32-libs/plugins/Makefile.nmake
===================================================================
--- C:/ethereal-win32-libs/plugins/Makefile.nmake	(revision 16251)
+++ C:/ethereal-win32-libs/plugins/Makefile.nmake	(working copy)
@@ -275,7 +275,7 @@
 	cd ../gryphon
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
 	cd ../h223
-	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintaner-clean
+	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
 	cd ../irda
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
 	cd ../lwres