/[guile]/guile/guile-core/ice-9/Makefile.am
ViewVC logotype

Diff of /guile/guile-core/ice-9/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46.2.4 by mvo, Mon Nov 26 22:33:06 2001 UTC revision 1.46.2.5 by ttn, Tue Feb 5 11:35:37 2002 UTC
# Line 46  install-data-local: Line 46  install-data-local:
46  EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm  EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm
47    
48  if MAINTAINER_MODE  if MAINTAINER_MODE
49    # We expect this to never be invoked when there is not already
50    # ice-9/psyntax.pp in %load-path, since compile-psyntax.scm depends
51    # on ice-9/syncase.scm, which does `(load-from-path "ice-9/psyntax.pp")'.
52    # In other words, to bootstrap this file, you need to do something like:
53    #    GUILE_LOAD_PATH=/usr/local/share/guile/1.5.4 make psyntax.pp
54    include $(top_srcdir)/pre-inst-guile.am
55  psyntax.pp: psyntax.ss  psyntax.pp: psyntax.ss
56          GUILE_LOAD_PATH=$(srcdir)/..:.. ../libguile/guile -s $(srcdir)/compile-psyntax.scm $(srcdir)/psyntax.ss $(srcdir)/psyntax.pp          $(preinstguile) -s $(srcdir)/compile-psyntax.scm \
57                    $(srcdir)/psyntax.ss $(srcdir)/psyntax.pp
58  endif  endif

Legend:
Removed from v.1.46.2.4  
changed lines
  Added in v.1.46.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26