diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-11-09 09:22:07 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-11-09 09:22:07 +0000 |
commit | f57a2329ec4804940177f50387170174c08fab5b (patch) | |
tree | e256904e38f201c41e580861c27d75ec188320aa /Makefile.nmake | |
parent | 79163b436a867656ac4ae83017adf3e8a7db8cf6 (diff) | |
download | wireshark-f57a2329ec4804940177f50387170174c08fab5b.tar.gz wireshark-f57a2329ec4804940177f50387170174c08fab5b.tar.bz2 wireshark-f57a2329ec4804940177f50387170174c08fab5b.zip |
Remove "text2pcap-scanner.obj" and "tools\lemon\lemon.obj" when a "nmake
clean" is done.
svn path=/trunk/; revision=4188
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 21414cfc82..88690643e8 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -1,7 +1,7 @@ ## Makefile for building ethereal.exe with Microsoft C and nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # -# $Id: Makefile.nmake,v 1.139 2001/11/09 07:44:47 guy Exp $ +# $Id: Makefile.nmake,v 1.140 2001/11/09 09:22:06 guy Exp $ include config.nmake include <win32.mak> @@ -387,8 +387,8 @@ text2pcap-scanner.c : text2pcap-scanner.l clean: rm -f $(ethereal_OBJECTS) $(EXTRA_OBJECTS) $(EXECUTABLES) \ tethereal.obj editcap.obj mergecap.obj text2pcap.obj \ - text2pcap-scanner.c register.c rdps.obj config.h \ - ps.c packet-ncp2222.c register.c + text2pcap-scanner.obj text2pcap-scanner.c register.c \ + rdps.obj config.h ps.c packet-ncp2222.c register.c cd wiretap $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean cd ../gtk |