diff options
author | tv <tv@pkgsrc.org> | 2001-03-11 03:35:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2001-03-11 03:35:48 +0000 |
commit | 8999774d08c3d49d6599d3edc13145f4a6749be3 (patch) | |
tree | 12912ef18c37ce94478d16ccaec498e60822f77d /archivers/ha/Makefile | |
parent | a59402677eb024de3625d8870ac7e39e1309256e (diff) | |
download | pkgsrc-8999774d08c3d49d6599d3edc13145f4a6749be3.tar.gz |
Set CC to "${CC}", not cc. Duh?
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r-- | archivers/ha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 4a5d38b1d5f..f8dbb432cd0 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 13:15:31 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/11 03:35:48 tv Exp $ # FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp # @@ -13,7 +13,7 @@ COMMENT= The HA archiver using the HSC compression method NO_WRKSUBDIR= yes MAKEFILE= makefile.nix -MAKE_FLAGS= CC=cc +MAKE_FLAGS= CC="${CC}" ALL_TARGET= ha USE_GMAKE= yes |