This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Makefile dependency
- From: "Lulin Song" <Lulin dot Song at noaa dot gov>
- To: automake at gnu dot org
- Date: Tue, 18 Nov 2003 16:16:11 -0600
- Subject: Makefile dependency
- Organization: CIMMS/OU
Hi,
Does anyone have the following problem?
After Makefile.am is changed, type 'make' won't create a new Makefile. In my
Makefile which is generated by 'automake', there are lines like
$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu car2netcdf/apps/Makefile
Makefile: # $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
$(am__depfiles_maybe)
'#' sign is the problem. I don't how I can get rid of it since it is generated
by 'automake'.
My machine is running RedHad 9.
automake is (GNU automake) 1.6.3
make is GNU Make version 3.79.1
I have "AM_MAINTAINER_MODE' in configure.in file.
Thanks,
--
Lulin Song
NSSL/CIMMS/OU