Ethereal-dev: [Ethereal-dev] makefile fix

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

From: "Lars Roland" <Lars.Roland@xxxxxxx>
Date: Mon, 24 Nov 2003 15:36:18 +0100 (MET)
hello,

makefile fix attached

regards,

lars
Index: ethereal/Makefile.nmake
===================================================================
RCS file: /cvsroot/ethereal/Makefile.nmake,v
retrieving revision 1.365
diff -u -r1.365 Makefile.nmake
--- ethereal/Makefile.nmake	24 Nov 2003 00:34:12 -0000	1.365
+++ ethereal/Makefile.nmake	24 Nov 2003 14:29:43 -0000
@@ -709,9 +709,9 @@
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
 	cd ../packaging/nsis
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
-	cd ../help
+	cd ../../help
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
-	cd ../..
+	cd ..
 
 # Call distclean only, if you would like to remove ALL generated files.
 # Be sure to have python and perl installed to regenerate them.
@@ -734,9 +734,9 @@
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
 	cd ../packaging/nsis
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
-	cd ../help
+	cd ../../help
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
-	cd ../..
+	cd ..
 
 tools::
 	cd tools