diff options
Diffstat (limited to 'math/lapacke/files/patch-utils+Makefile')
-rw-r--r-- | math/lapacke/files/patch-utils+Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/lapacke/files/patch-utils+Makefile b/math/lapacke/files/patch-utils+Makefile deleted file mode 100644 index c68cf72c357d..000000000000 --- a/math/lapacke/files/patch-utils+Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- utils/Makefile.orig 2010-12-02 20:44:22.000000000 +0900 -+++ utils/Makefile 2010-12-02 20:44:34.000000000 +0900 -@@ -186,7 +186,7 @@ - all: lib - - lib: $(OBJ) -- $(ARCH) $(ARCHFLAGS) ../$(LAPACKE) $(OBJ) -+ $(ARCH_) $(ARCH_FLAGS) ../$(LAPACKE) $(OBJ) - $(RANLIB) ../$(LAPACKE) - - .c.o: |