diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-07-15 18:38:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-07-15 23:12:57 +0200 |
commit | 736aff00863dc9e12a26e01aba63d29499c073ea (patch) | |
tree | a1057d0239f6a39acf5e1b2adb2c49423be38702 | |
parent | d286c8ce342abc6b647ccf5a68b292fe13ec5cb8 (diff) | |
download | guile-736aff00863dc9e12a26e01aba63d29499c073ea.tar.gz |
Declare `ice-9/psyntax-pp.scm.gen' as a phony target.
* module/Makefile.am (.PHONY): Add `ice-9/psyntax-pp.scm.gen'.
-rw-r--r-- | module/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index 2099ddab0..87e7bbb15 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -78,6 +78,8 @@ ice-9/psyntax-pp.scm.gen: $(srcdir)/ice-9/psyntax.scm $(srcdir)/ice-9/psyntax-pp.scm touch -r "$(srcdir)/ice-9/psyntax.scm" "$(srcdir)/ice-9/psyntax-pp.scm" +.PHONY: ice-9/psyntax-pp.scm.gen + ice-9/psyntax-pp.go: ice-9/psyntax.scm GUILE_AUTO_COMPILE=0 \ $(top_builddir)/meta/uninstalled-env \ |