Merge pull request #8 from nirgal/patch-1
Use standard C pre-processor flags from environement
This commit is contained in:
commit
baec0bf028
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