Print this page
6079 libdisasm doesn't enable C99MODE properly
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@omniti.com>
*** 20,30 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
ISASRCDIR=.
include ../Makefile.com
--- 20,29 ----
*** 32,38 ****
INSTALL_DEPS_library = $(ROOTLINKS) $(ROOTLINT) $(ROOTLIBS)
INSTALL_DEPS_standalone = $(ROOTLIBS)
include ../Makefile.targ
-
- C99MODE = $(C99_ENABLE)
--- 31,35 ----