diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-07 17:33:02 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-07 17:33:02 +0100 |
commit | daae10fbfe16bac26f74af91faf253d377f1b166 (patch) | |
tree | e7870e81be568ab10abcc1bf8639a9191dbbb9c1 /protocols/Makefile | |
parent | 289bd2d47ff58f42879ad50ebbc1b193831e4a78 (diff) |
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>
with some changes.
Diffstat (limited to 'protocols/Makefile')
-rw-r--r-- | protocols/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Makefile b/protocols/Makefile index d4aa6e14..1c7816bc 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -24,7 +24,6 @@ subdirobjs = $(PROTOOBJS) # Expansion of variables subdirobjs := $(join $(subdirs),$(addprefix /,$(subdirobjs))) -CFLAGS += -Wall LFLAGS += -r # [SH] Phony targets |