change one += to = to AM_CFLAGS to avoid an error with recent automake
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10540 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -6,7 +6,7 @@ SUFFIXES = .et .h
|
||||
|
||||
INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken)
|
||||
|
||||
AM_CFLAGS += $(WFLAGS)
|
||||
AM_CFLAGS = $(WFLAGS)
|
||||
|
||||
CP = cp
|
||||
|
||||
|
Reference in New Issue
Block a user