wok-6.x view guile/stuff/guile-1.8.7-gcc45.u @ rev 14262
syslinux/iso2exe: fix isohybrib.exe dos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 30 20:33:34 2013 +0100 (2013-03-30) |
parents | |
children |
line source
1 --- guile-1.8.7-ori/libguile/guile-snarf-docs.in
2 +++ guile-1.8.7/libguile/guile-snarf-docs.in
3 @@ -23,4 +23,4 @@
4 ## Let the user override the preprocessor autoconf found.
5 test -n "${CPP+set}" || CPP="@CPP@"
7 -${CPP} -DSCM_MAGIC_SNARF_DOCS "$@"
8 +${CPP} -P -DSCM_MAGIC_SNARF_DOCS "$@"