From b92a20c60e5a4409179efc5b659411d3c0c7b6f6 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Sep 2015 16:49:20 +0100 Subject: fix bugs, and better end handling --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c7fe645..480e6d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,6 +72,6 @@ AM_CFLAGS=-g -Wall protos: echo > prototypes.h - ${CPROTO} ${CPPFLAGS} -e -v ${CSRCS} > prototypes.new + ${CPROTO} ${AM_CPPFLAGS} -e -v ${CSRCS} > prototypes.new mv prototypes.new prototypes.h -- cgit v1.2.3