Remove Solaris LDFLAGS

This commit is contained in:
Michael Spang 2009-07-29 07:28:53 -04:00
parent 47b601d224
commit 49bdd24661
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
CFLAGS := -g3 -O2 -Wall -Werror -DDEBUG
LDFLAGS := -L/opt/csw/lib -Wl,-R/opt/csw/lib -L/usr/local/lib -Wl,-R/usr/local/lib
INCLUDES := $(shell krb5-config --cflags)
override LDFLAGS += -std=gnu99 $(INCLUDES)
override CFLAGS += -std=gnu99 $(INCLUDES)