(Makefile): Don't depend on $(BUILT_SOURCES).
authorJim Meyering <jim@meyering.net>
Tue, 22 Jan 2002 11:59:11 +0000 (11:59 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Jan 2002 11:59:11 +0000 (11:59 +0000)
Otherwise, some versions of automake would omit the rule that makes
Makefile from Makefile.in.

lib/Makefile.am

index 5356aa6..19de43a 100644 (file)
@@ -119,8 +119,6 @@ stat.c: xstat.in
          $(srcdir)/xstat.in > $@-t
        mv $@-t $@
 
-Makefile: $(BUILT_SOURCES)
-
 # The following is needed in order to install a simple file in $(libdir)
 # which is shared with other installed packages. We use a list of referencing
 # packages so that "make uninstall" will remove the file if and only if it