From 82823c4e1ef6987f239b8e3b039412bde9eaceeb Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 9 Sep 2007 13:09:14 +0000 Subject: don't try to put a ## comment after the touch call, this will end up in a few strange new files generated svn path=/trunk/; revision=22830 --- Makefile.nmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.nmake') diff --git a/Makefile.nmake b/Makefile.nmake index f7d86434ef..92a9bf5176 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -595,9 +595,10 @@ check_libs: # (or dummy file doesn't exists because of 'make clean' or whatever) # (To disable library verification when Makefile.nmake changes, # comment out the commands for the following target). +# touch is only called if libverify succeeds $(LIBS_CHECK): Makefile.nmake $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake WIN32_SETUP_OPT=--libverify process_libs - @touch --reference=Makefile.nmake $@ ## only if libverify succeeds + @touch --reference=Makefile.nmake $@ # Download (if needed) and install all the required libraries into WIRESHARK_LIBS. # A clean_setup is done first to ensure that the target dirs don't -- cgit v1.2.3