Improve nasty version.obj hack so it doesn't actually do two compiles
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 10 Feb 1999 10:30:17 +0000 (10:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 10 Feb 1999 10:30:17 +0000 (10:30 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@33 cda61777-01e9-0310-a592-d414129be87e

Makefile

index ba22b18..19697de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ sshrsa.obj: sshrsa.c ssh.h
 sshsha.obj: sshsha.c ssh.h
 sshrand.obj: sshrand.c ssh.h
 version.obj: versionpseudotarget
-       cl $(FWHACK) $(VER) $(CFLAGS) /c version.c
+       @echo (built version.obj)
 
 # Hack to force version.obj to be rebuilt always
 versionpseudotarget: