PERFORCE change 1190039 for review

Christian S.J. Peron csjp at FreeBSD.org
Tue Jan 14 23:02:54 UTC 2014


http://p4web.freebsd.org/@@1190039?ac=10

Change 1190039 by csjp at 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


More information about the p4-projects mailing list