Skip to content

Commit

Permalink
Makefile.defs: don't enforce yacc on solaris
Browse files Browse the repository at this point in the history
- it's old and fails to parse the cfg
- reported by GH #963
  • Loading branch information
miconda committed Feb 8, 2017
1 parent 744e898 commit 47590dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.defs
Expand Up @@ -1841,7 +1841,7 @@ ifeq ($(OS), solaris)
#LDFLAGS=-g $(PROFILE)
#MOD_LDFLAGS=-g -G
endif
YACC=yacc
#YACC=yacc

ifeq ($(CC_NAME), suncc)
LIBS= -ldl -lresolv
Expand Down

0 comments on commit 47590dd

Please sign in to comment.