Remove redundnant AM_CPPFLAGS

This commit is contained in:
Ralf Corsepius
2005-11-10 14:29:01 +00:00
parent f343bba5e7
commit 61994ea48a
2 changed files with 0 additions and 6 deletions

View File

@@ -28,9 +28,6 @@ include $(top_srcdir)/tmtests.am
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)

View File

@@ -28,9 +28,6 @@ include $(top_srcdir)/tmtests.am
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)