diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-02 02:53:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-02 02:53:20 +0000 |
commit | 83e7bbbdc5dce6f4c3b141fb3f1a1cc0fd701e2e (patch) | |
tree | f775f633a4c6da1bd0e3bfe790801ba491f591e0 /textproc | |
parent | Add cookie.el to BUILD_DEPENDS (it is required in byte-compiling) (diff) |
D'oh! Back out the previous commit.
I thought I should allow users to pass those variables from command
line (make CFLAGS='-O6', etc.), but it wasn't supposed to work anyway.
Pointy hat to: knu (Halloween is over, hah!)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index fc156f8083ae..936880f289b1 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -15,9 +15,7 @@ MAINTAINER= knu@FreeBSD.org SHLIB_MAJOR= 1 MAKEFILES= Makefile.lib Makefile.prog -MAKE_ARGS= CC="${CC}" \ - CFLAGS="${CFLAGS}" \ - SHLIB_MAJOR="${SHLIB_MAJOR}" \ +MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" \ NOPROFILE=true PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |