From 37f49f0adff8597e16bdb0ce7d65a962feba5527 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 10 Feb 1999 10:30:17 +0000 Subject: [PATCH] Improve nasty version.obj hack so it doesn't actually do two compiles [originally from svn r33] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba22b187..19697de4 100644 --- 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: