mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Improve nasty version.obj hack so it doesn't actually do two compiles
[originally from svn r33]
This commit is contained in:
parent
114d7b1d13
commit
37f49f0adf
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ sshrsa.obj: sshrsa.c ssh.h
|
|||||||
sshsha.obj: sshsha.c ssh.h
|
sshsha.obj: sshsha.c ssh.h
|
||||||
sshrand.obj: sshrand.c ssh.h
|
sshrand.obj: sshrand.c ssh.h
|
||||||
version.obj: versionpseudotarget
|
version.obj: versionpseudotarget
|
||||||
cl $(FWHACK) $(VER) $(CFLAGS) /c version.c
|
@echo (built version.obj)
|
||||||
|
|
||||||
# Hack to force version.obj to be rebuilt always
|
# Hack to force version.obj to be rebuilt always
|
||||||
versionpseudotarget:
|
versionpseudotarget:
|
||||||
|
Loading…
Reference in New Issue
Block a user