bfbe0c1c5b
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.
13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
$OpenBSD: patch-libcruft_Makerules_in,v 1.1.1.1 2001/07/15 18:07:16 naddy Exp $
|
|
--- libcruft/Makerules.in.orig Thu Nov 4 04:47:56 1999
|
|
+++ libcruft/Makerules.in Fri Jul 13 00:23:01 2001
|
|
@@ -37,7 +37,7 @@ LIBCRUFT_OBJS = $(CRUFT_OBJ) $(SPECIAL_D
|
|
|
|
LIBCRUFT_DEPS = $(LIBCRUFT)($(LIBCRUFT_OBJS))
|
|
|
|
-all: pic $(LIBCRUFT_DEPS) $(CRUFT_PICOBJ) $(SPECIAL_PICDEPEND)
|
|
+all: pic $(LIBCRUFT_OBJS) $(CRUFT_PICOBJ) $(SPECIAL_PICDEPEND)
|
|
.PHONY: all
|
|
|
|
.PRECIOUS: $(LIBCRUFT_OBJS)
|