diff -x '*.obj' -x config.nmake -x config.h -x '*.dll' -x '*.lib' -x '*.pdb' -x '*.rc' -x '*.exp' -x '*register.c' -r -u --strip-trailing-cr .\ethereal-2003-10-13/epan/Makefile.nmake .\src/epan/Makefile.nmake
--- .\ethereal-2003-10-13/epan/Makefile.nmake	2003-10-10 23:31:46.000000000 +0200
+++ .\src/epan/Makefile.nmake	2003-10-13 15:42:16.000000000 +0200
@@ -64,6 +64,7 @@
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
 	cd ../dfilter
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+	cd ..
 
 distclean: clean
 	rm -f config.h
@@ -71,6 +72,7 @@
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
 	cd ../dfilter
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
+	cd ..
 
 ftypes:: config.h
 	cd ftypes
diff -x '*.obj' -x config.nmake -x config.h -x '*.dll' -x '*.lib' -x '*.pdb' -x '*.rc' -x '*.exp' -x '*register.c' -r -u --strip-trailing-cr .\ethereal-2003-10-13/tools/Makefile.nmake .\src/tools/Makefile.nmake
--- .\ethereal-2003-10-13/tools/Makefile.nmake	2003-10-10 23:31:52.000000000 +0200
+++ .\src/tools/Makefile.nmake	2003-10-13 15:45:08.000000000 +0200
@@ -8,10 +8,12 @@
 clean:
 	cd lemon
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+	cd ..
 
 distclean: clean
 	cd lemon
 	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
+	cd ..
 
 lemon::
 	cd lemon
