/[guile]/guile/guile-core/libguile/Makefile.am
ViewVC logotype

Diff of /guile/guile-core/libguile/Makefile.am

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

revision 1.177 by mdj, Mon Dec 9 13:42:58 2002 UTC revision 1.178 by mdj, Tue Dec 10 10:31:44 2002 UTC
# Line 41  guile_filter_doc_snarfage_SOURCES = c-to Line 41  guile_filter_doc_snarfage_SOURCES = c-to
41  ## For some reason, OBJEXT does not include the dot  ## For some reason, OBJEXT does not include the dot
42  c-tokenize.$(OBJEXT): c-tokenize.c  c-tokenize.$(OBJEXT): c-tokenize.c
43          if [ "$(cross_compiling)" = "yes" ]; then \          if [ "$(cross_compiling)" = "yes" ]; then \
44                  $(CC_FOR_BUILD) -c -o $@ $(srcdir)/c-tokenize.c; \                  $(CC_FOR_BUILD) -c -o $@ c-tokenize.c; \
45          else \          else \
46                  $(COMPILE) -c -o $@ $(srcdir)/c-tokenize.c; \                  $(COMPILE) -c -o $@ c-tokenize.c; \
47          fi          fi
48    
49  ## Override default rule; this should run on BUILD host.  ## Override default rule; this should run on BUILD host.

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178

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