]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoscan/Makefile.am: autoscan.list is in srcdir.
authorAkim Demaille <akim@epita.fr>
Fri, 25 Oct 2002 13:04:42 +0000 (13:04 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 25 Oct 2002 13:04:42 +0000 (13:04 +0000)
ChangeLog
lib/autoscan/Makefile.am
lib/autoscan/Makefile.in

index 7f0a66a01e71ad4d6c6a76653713e19ca44d74bb..55a1d6acddd0b9973b4d721f308640045510956f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,10 +4,10 @@
 
        * Makefile.maint: Update from the Coreutils.
        (AMTAR): Remove, obsolete.
-       (-automake_repo): Update to redhat.com.
+       (automake_repo): Update to redhat.com.
        (cvs_file): New.
        Adjust to the fact that ansi2knr is now hosted by Automake.
-       * Maekfile.am (cvs_files): Add install-sh and mkinstalldirs.
+       * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
        * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
        Update from masters.
 
index 76111ba9df1c32c0f31818fa4f3292a7718ef270..6d3013ca3134e7984089658d85406d7a8c7d962b 100644 (file)
@@ -32,10 +32,10 @@ dist_autoscanlib_DATA = autoscan.pre autoscan.list
 ## is built (we need it in the command below).
 include ../freeze.mk
 
-autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
-       echo '# Automatically Generated: do not edit this file' > autoscan.list
-       sed '/^[#]/!q' $(srcdir)/autoscan.pre >>autoscan.list
+$(srcdir)/autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
+       echo '# Automatically Generated: do not edit this file' >$(srcdir)/autoscan.list
+       sed '/^[#]/!q' $(srcdir)/autoscan.pre >>$(srcdir)/autoscan.list
        ( \
          sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
          $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2           $$3' \
-       ) | LC_ALL=C sort >>autoscan.list
+       ) | LC_ALL=C sort >>$(srcdir)/autoscan.list
index 89839dc9f356e93cd46e561cafb83633fb408a6b..399c43a45632dae84085adcd0eb28efdfce6d265 100644 (file)
@@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
@@ -359,13 +360,13 @@ check-forbidden-patterns:
          rm -f forbidden.log; \
        fi
 
-autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
-       echo '# Automatically Generated: do not edit this file' > autoscan.list
-       sed '/^[#]/!q' $(srcdir)/autoscan.pre >>autoscan.list
+$(srcdir)/autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
+       echo '# Automatically Generated: do not edit this file' >$(srcdir)/autoscan.list
+       sed '/^[#]/!q' $(srcdir)/autoscan.pre >>$(srcdir)/autoscan.list
        ( \
          sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
          $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2           $$3' \
-       ) | LC_ALL=C sort >>autoscan.list
+       ) | LC_ALL=C sort >>$(srcdir)/autoscan.list
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: