From 3a6b263a9d92f0e69c0cc9900006d36656e3a2ba Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 Jan 1999 21:17:31 +0000 Subject: (AUTOMAKE_OPTIONS): Likewise. (ansi2knr.c): Remove rule. --- libidu/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libidu/Makefile.am b/libidu/Makefile.am index 4e94492..494d8f4 100644 --- a/libidu/Makefile.am +++ b/libidu/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in -AUTOMAKE_OPTIONS = ansi2knr +AUTOMAKE_OPTIONS = ../src/ansi2knr noinst_LIBRARIES = libidu.a @@ -15,8 +15,5 @@ noinst_HEADERS = dynvec.h hash.h idfile.h scanners.h tokflags.h xnls.h INCLUDES = -I. -I$(srcdir) \ -I../lib -I$(top_srcdir)/lib \ -I../intl -I$(top_srcdir)/intl \ - -I.. -I$(top_srcdir) + -I.. -I$(top_srcdir) DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ - -ansi2knr.c: $(top_srcdir)/src/ansi2knr.c - ln $(top_srcdir)/src/ansi2knr.c . -- cgit v1.2.3