diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-05-15 11:12:05 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-05-15 11:12:05 +0000 |
| commit | aa1185f3f584af41770498de7dfe27071374f9bd (patch) | |
| tree | 46aac3f62511703b519200329675942c2ff66ca8 /Recipe | |
| parent | 3dfeadd7389c0dc7b54be7ab3ad201ea6b98b5b4 (diff) | |
| download | puzzles-aa1185f3f584af41770498de7dfe27071374f9bd.zip puzzles-aa1185f3f584af41770498de7dfe27071374f9bd.tar.gz puzzles-aa1185f3f584af41770498de7dfe27071374f9bd.tar.bz2 puzzles-aa1185f3f584af41770498de7dfe27071374f9bd.tar.xz | |
Missed a vital semicolon off the Cygwin version.c makefile fragment.
[originally from svn r5784]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ version.obj: *.c *.h !end !specialobj vc version !begin cygwin -version.o: FORCE +version.o: FORCE; FORCE: $(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c version.c !end |