diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-27 21:29:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-27 21:29:38 +0000 |
commit | 9acb5c85febed10014f6a78ce9867631f6a8c5c8 (patch) | |
tree | 341b0a6cbaf321edc33f3da61c908c10722b9e66 /src | |
parent | a8284194a9040775b36ab6fe1fe0d308ef9d1a3e (diff) | |
download | idutils-9acb5c85febed10014f6a78ce9867631f6a8c5c8.tar.gz idutils-9acb5c85febed10014f6a78ce9867631f6a8c5c8.tar.bz2 idutils-9acb5c85febed10014f6a78ce9867631f6a8c5c8.zip |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7a6b651..da5de61 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -160,7 +160,7 @@ OBJECTS = mkid$U.o lid$U.o fid$U.o fnid$U.o xtokid$U.o all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .o .s -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |