(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 5356aa6b76d03a1d9b66779d7fe69c01c4a603de..19de43a7106547780cb8cd3a153724bd2e43d84d 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