diff options
| author | Gordon Ross <gwr@nexenta.com> | 2015-10-01 11:14:23 -0400 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2015-10-22 14:42:09 -0400 |
| commit | cf397aabe4e38964cfeb03e56ca8b407986c3a10 (patch) | |
| tree | 71d96d3b5b9e5ca9c718da6759a60edc8d3793fd /usr/src | |
| parent | e495b6e6735b803e422025a630352ef9bba788c5 (diff) | |
| download | illumos-gate-cf397aabe4e38964cfeb03e56ca8b407986c3a10.tar.gz | |
6349 tools build of make should not use CPPFLAGS.native
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/tools/make/Makefile.com | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/tools/make/Makefile.com b/usr/src/tools/make/Makefile.com index 5cd5222570..05ff964cd4 100644 --- a/usr/src/tools/make/Makefile.com +++ b/usr/src/tools/make/Makefile.com @@ -17,5 +17,4 @@ CC = $(NATIVECC) CCC = $(NATIVECCC) CFLAGS = $(NATIVE_CFLAGS) CFLAGS += $(CCVERBOSE) -CPPFLAGS = $(CPPFLAGS.native) -CPPFLAGS += -I$(MAKE_INCLUDE) $(MAKE_DEFS) +CPPFLAGS = -I$(MAKE_INCLUDE) $(MAKE_DEFS) |
