Module Name: src
Committed By: tls
Date: Sun Aug 10 06:51:10 UTC 2014
Modified Files:
src/games/phantasia [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.6.1 src/games/phantasia/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/phantasia/Makefile
diff -u src/games/phantasia/Makefile:1.36 src/games/phantasia/Makefile:1.36.6.1
--- src/games/phantasia/Makefile:1.36 Sat Feb 16 17:00:21 2013
+++ src/games/phantasia/Makefile Sun Aug 10 06:51:10 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2013/02/16 17:00:21 jmcneill Exp $
+# $NetBSD: Makefile,v 1.36.6.1 2014/08/10 06:51:10 tls Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
@@ -53,6 +53,6 @@ map: map.c
.include <bsd.prog.mk>
-.if defined(HAVE_GCC) && ${HAVE_GCC} >= 45 && ${MACHINE_ARCH} == "vax"
+.if defined(HAVE_GCC) && ${MACHINE_ARCH} == "vax"
COPTS.misc.c+= -O0
.endif