Use standard C pre-processor flags in environement
This allows build environment to set standard C pre-processor "CPPFLAGS".
This commit is contained in:
parent
e2e44ec5ed
commit
87f989026d
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ ndppd: ${OBJS}
|
|||||||
${CXX} -o ndppd ${LDFLAGS} ${LIBS} ${OBJS}
|
${CXX} -o ndppd ${LDFLAGS} ${LIBS} ${OBJS}
|
||||||
|
|
||||||
.cc.o:
|
.cc.o:
|
||||||
${CXX} -c $(CXXFLAGS) -o $@ $<
|
${CXX} -c ${CPPFLAGS} $(CXXFLAGS) -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ndppd ndppd.conf.5.gz ndppd.1.gz ${OBJS}
|
rm -f ndppd ndppd.conf.5.gz ndppd.1.gz ${OBJS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user