automake
[Top][All Lists]
Advanced

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

stamp-h1


From: Bob Lockie
Subject: stamp-h1
Date: Wed, 21 May 2003 01:44:53 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030519

I'm having trouble with 'make' running 'configure' after it has already been run.
I think the problem is related to the creation of the file 'stamp-h1'.
There is no mention of 'stamp*' in my Makefile.am but after running 'automake' my 'Makefile.in' contains the following:

config.h: stamp-h1
        @if test ! -f $@; then \
          rm -f stamp-h1; \
          $(MAKE) stamp-h1; \
        else :; fi

stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
        cd $(top_builddir) && $(SHELL) ./config.status config.h

Where is 'automake' getting these rules from?



--
----------------------------------------
Sent from Mozilla and GNU/Linux.
Powered by an AMD processor.





reply via email to

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