--- rpl/src/Makefile.am 2010/12/08 20:58:16 1.45 +++ rpl/src/Makefile.am 2010/12/09 09:27:41 1.46 @@ -430,7 +430,7 @@ rpl_LDADD = \ $(ldadd_libgsl) @libX@ @libMySQLlib@ @libPgSQLlib@ always: $(top_builddir)/src/rpl-conv.c - touch $(top_builddir)/src/rpl-conv.c; \ + touch $<; \ if [ x$(shell which ctags) != x ]; then \ (cd $(srcdir); ctags $(SRCC) $(SRCF) $(SRCF90) \ $(INIT_LIB) $(INIT_EXE) 2>&1 /dev/null); \