aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-09-01 16:49:20 +0100
committerroot <root@no.no.james.local>2015-09-01 16:49:20 +0100
commitb92a20c60e5a4409179efc5b659411d3c0c7b6f6 (patch)
treefe257f8ae2547dbcbbdf603b33e4715d9d9d471a /Makefile.am
parent88d098d6b3f85f70c9cde405a0d2ff70997fe706 (diff)
downloadnrfdfu-b92a20c60e5a4409179efc5b659411d3c0c7b6f6.tar.gz
nrfdfu-b92a20c60e5a4409179efc5b659411d3c0c7b6f6.tar.bz2
nrfdfu-b92a20c60e5a4409179efc5b659411d3c0c7b6f6.zip
fix bugs, and better end handling
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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