autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dependency of Makefile.in is not awared of


From: Tzu-Chien Chiu
Subject: Dependency of Makefile.in is not awared of
Date: Fri, 28 Jul 2006 11:38:17 +0800

Hello all.

I have a strange problem on cygwin. The Makefile generated by
'configure' doesn't detect the change of Makefile.am. I have to
manually remove the corresponding Makefile.in to force it to be
re-generated.

Examing generated Makefile I found the dependency of Makefile.in are
commented out by #. Is it on purpose? Or I missing anything in
configure.ac?


.SUFFIXES:
am--refresh:
       @:
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
       @for dep in $?; do \
         case '$(am__configure_deps)' in \
           *$$dep*) \
             echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
             cd $(srcdir) && $(AUTOMAKE) --foreign  \
               && exit 0; \
             exit 1;; \
         esac; \
       done; \
       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
       cd $(top_srcdir) && \
         $(AUTOMAKE) --foreign  Makefile


The versions of the programs I use:
* autoconf 2.59
* automake 1.9.6

--
Tzu-Chien Chiu
URL: http://www.csie.nctu.edu.tw/~jwchiu/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]