diff options
Diffstat (limited to 'lang/spl/Makefile')
-rw-r--r-- | lang/spl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/spl/Makefile b/lang/spl/Makefile index 07577e56fb32..1f4af346cc91 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -16,6 +16,7 @@ USE_GMAKE= yes ALL_EXAMPLES= Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \ primes.spl reverse.spl shakesbeer.spl +NO_STAGE= yes post-patch: .for f in . examples ${REINPLACE_CMD} -e 's,= gcc,?= gcc,' -e 's,^CCFLAGS.*,CFLAGS += -Wall,' \ |