diff options
author | tv <tv> | 2001-03-11 03:35:48 +0000 |
---|---|---|
committer | tv <tv> | 2001-03-11 03:35:48 +0000 |
commit | 9652ef64283961641db6bfab30305ce9d4a73de6 (patch) | |
tree | 12912ef18c37ce94478d16ccaec498e60822f77d /archivers/ha | |
parent | 7d57f6cf24956a29e44d83dfdb3fedb5a6d69b01 (diff) | |
download | pkgsrc-9652ef64283961641db6bfab30305ce9d4a73de6.tar.gz |
Set CC to "${CC}", not cc. Duh?
Diffstat (limited to 'archivers/ha')
-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 |