--- embedaddon/quagga/isisd/topology/Makefile.am 2013/07/21 23:54:39 1.1.1.2 +++ embedaddon/quagga/isisd/topology/Makefile.am 2016/11/02 10:09:10 1.1.1.3 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib +AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" AM_CFLAGS = $(PICFLAGS) @@ -17,8 +17,5 @@ libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra. noinst_HEADERS = \ spgrid.h - -depend: - @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c ## File dependency.