From octave-maintainers-request at bevo dot che dot wisc dot edu Thu Jan 9 22:22:29 2003 Subject: scripts/Makefile.in patch From: Albert Chin To: octave-maintainers at bevo dot che dot wisc dot edu Date: Thu, 9 Jan 2003 22:21:52 -0600 $LDFLAGS should be used in the build of gethelp if the path to the G++ runtime library needs to be hard-coded (or anything else). -- albert chin (china at thewrittenword dot com) -- snip snip Index: scripts/Makefile.in =================================================================== RCS file: /cvs/octave/scripts/Makefile.in,v retrieving revision 1.56 diff -u -3 -p -r1.56 Makefile.in --- scripts/Makefile.in 2003/01/05 07:50:29 1.56 +++ scripts/Makefile.in 2003/01/10 04:17:56 at @ -53,7 +53,7 @@ DOCSTRINGS: gethelp$(BUILD_EXEEXT) mkdoc mv $ at dot t $@ gethelp$(BUILD_EXEEXT): gethelp.cc - $(BUILD_CXX) -o $ at $^ + $(BUILD_CXX) -o $ at $(LDFLAGS) $^ install install-strip uninstall clean mostlyclean distclean maintainer-clean:: at $(subdir-for-command)