Remover @ident_support@ fro tgt-null/Makefile.in

This was missed in the previous patch.
This commit is contained in:
Cary R 2008-11-20 09:17:57 -08:00 committed by Stephen Williams
parent 27f4ba2e38
commit 6f1887bf1c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
CPPFLAGS = @ident_support@ -I.. -I$(srcdir)/.. -I$(srcdir) -DVERSION='"$(VERSION)"' @CPPFLAGS@ @DEFS@ @PICFLAG@
CPPFLAGS = -I.. -I$(srcdir)/.. -I$(srcdir) -DVERSION='"$(VERSION)"' @CPPFLAGS@ @DEFS@ @PICFLAG@
CFLAGS = -Wall @CFLAGS@
LDFLAGS = @LDFLAGS@