]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Improve nasty version.obj hack so it doesn't actually do two compiles
authorSimon Tatham <anakin@pobox.com>
Wed, 10 Feb 1999 10:30:17 +0000 (10:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 10 Feb 1999 10:30:17 +0000 (10:30 +0000)
[originally from svn r33]

Makefile

index ba22b18780812038a4a4946e5c4e91636b77f58b..19697de4397c0d7b677260284dcff80ef4d6d907 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: