fix oops in last.

This commit is contained in:
grant 2003-01-11 04:31:53 +00:00
parent 7314efd759
commit a0b4df5439

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2003/01/11 04:28:51 grant Exp $
# $NetBSD: Makefile,v 1.3 2003/01/11 04:31:53 grant Exp $
# Make sure that the version number in "Makefile.gcc" matches this.
DISTNAME= gcc-3.2.1
@ -33,7 +33,7 @@ INFO_FILES= cpp.info g77.info gcc.info gcj.info
CONFIGURE_ARGS+= --enable-shared
.else
CONFIGURE_ARGS+= --disable-shared
. if ${CC:M*gcc*} != ""
. if ${CC:M*gcc*} == ""
ALL_TARGET= bootstrap
. endif
.endif