* Makefile.am (psyntax.pp): Added rule for producing psyntax.pp.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 9 Mar 2001 21:47:52 +0000 (21:47 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 9 Mar 2001 21:47:52 +0000 (21:47 +0000)
ice-9/ChangeLog
ice-9/Makefile.am

index 67b350f..149e6b4 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-09  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * Makefile.am (psyntax.pp): Added rule for producing psyntax.pp.
+
 2001-03-09  Keisuke Nishida  <kxn30@po.cwru.edu>
 
        * match.scm: export defstruct.
index 5bfe317..b3c2762 100644 (file)
@@ -43,3 +43,6 @@ install-data-local:
 
 ## test.scm is not currently installed.
 EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm
+
+psyntax.pp:
+       cd $(srcdir) && guile -c '(load-from-path "ice-9/syncase") (psyncomp)'