Commit 592f1241 by Jeffrey A Law Committed by Jeff Law

* Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.

From-SVN: r34520
parent 37aeda9a
Tue Jun 13 14:05:35 2000 Jeffrey A Law (law@cygnus.com)
* Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
2000-06-13 Philipp Thomas <pthomas@suse.de>
* configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
......
......@@ -1574,7 +1574,7 @@ $(MD_FILE): $(MD_DEPS)
mv tmp-$@ $@
gensupport.o: gensupport.c $(RTL_H) $(OBSTACK_H) system.h errors.h gensupport.h
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)$(srcdir)/gensupport.c
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gensupport.c
genconfig : genconfig.o $(HOST_RTL) $(HOST_PRINT) $(HOST_ERRORS) $(HOST_LIBDEPS)
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment