octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scripts/Makefile.in patch


From: Albert Chin
Subject: scripts/Makefile.in patch
Date: Thu, 9 Jan 2003 22:21:52 -0600
User-agent: Mutt/1.4i

$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 (address@hidden)

-- 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
@@ -53,7 +53,7 @@ DOCSTRINGS: gethelp$(BUILD_EXEEXT) mkdoc
        mv address@hidden $@
 
 gethelp$(BUILD_EXEEXT): gethelp.cc
-       $(BUILD_CXX) -o $@ $^
+       $(BUILD_CXX) -o $@ $(LDFLAGS) $^
 
 install install-strip uninstall clean mostlyclean distclean maintainer-clean::
        @$(subdir-for-command)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]