Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 23:02:53 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1190039 for review
Message-ID:  <201401142302.s0EN2r5h066234@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1190039?ac=10

Change 1190039 by csjp@csjp_movsx on 2014/01/14 23:02:44

	correct makefile so that compiler isn't hard-coded to gcc

Affected files ...

.. //depot/projects/trustedbsd/bsmtrace/Makefile#5 edit

Differences ...

==== //depot/projects/trustedbsd/bsmtrace/Makefile#5 (text+ko) ====

@@ -1,6 +1,6 @@
 # $Id: Makefile,v 1.8 2007/07/13 00:03:50 csjp Exp $
 
-CC	= gcc
+CC	?= cc
 CFLAGS 	= -Wall -g
 TARGETS = bsmtrace
 OBJ	= y.tab.o bsm.o bsmtrace.o conf.o lex.yy.o log.o pipe.o trigger.o fcache.o



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401142302.s0EN2r5h066234>