diff options
author | 2004-12-29 06:16:45 +0000 | |
---|---|---|
committer | 2004-12-29 06:16:45 +0000 | |
commit | 48f819faeb019962333e9255be5d4153dd2e4a01 (patch) | |
tree | ce9b0d411f0a7d5e50d30f255ce017d8c7863b89 | |
parent | define REGRESS_ROOT_TARGETS for the tests that require root privileges (diff) | |
download | wireguard-openbsd-48f819faeb019962333e9255be5d4153dd2e4a01.tar.xz wireguard-openbsd-48f819faeb019962333e9255be5d4153dd2e4a01.zip |
enter the gcc,libiberty,libf2c regress directories now
-rw-r--r-- | regress/gnu/egcs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/gnu/egcs/Makefile b/regress/gnu/egcs/Makefile index 19c891e0b27..2402586aad1 100644 --- a/regress/gnu/egcs/Makefile +++ b/regress/gnu/egcs/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2004/07/20 06:24:05 david Exp $ +# $OpenBSD: Makefile,v 1.5 2004/12/29 06:16:45 david Exp $ -SUBDIR+= gcc-bounds -#SUBDIR+= gcc libiberty libf2c +SUBDIR+= gcc gcc-bounds libiberty libf2c install: |