diff options
Diffstat (limited to 'regress/gnu/egcs/Makefile')
-rw-r--r-- | regress/gnu/egcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/gnu/egcs/Makefile b/regress/gnu/egcs/Makefile index a7f3c47e707..962ff9d1188 100644 --- a/regress/gnu/egcs/Makefile +++ b/regress/gnu/egcs/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2013/08/01 21:26:30 kettenis Exp $ +# $OpenBSD: Makefile,v 1.7 2013/12/28 02:14:32 martynas Exp $ SUBDIR+= gcc libiberty .if defined(REGRESS_FULL) SUBDIR += gcc-bounds +SUBDIR += gcc-builtins .endif install: |