diff options
Diffstat (limited to 'math/octave-forge-communications/files/patch-Makefile')
-rw-r--r-- | math/octave-forge-communications/files/patch-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/octave-forge-communications/files/patch-Makefile b/math/octave-forge-communications/files/patch-Makefile deleted file mode 100644 index 7954ce647ec..00000000000 --- a/math/octave-forge-communications/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile-orig 2012-05-12 18:39:44.000000000 +0000 -+++ Makefile 2012-05-12 18:40:33.000000000 +0000 -@@ -29,6 +29,9 @@ - - $(GALOISOBJECTS): $(GALOISHEADERS) - -+%.oct: %.o -+ $(MKOCTFILE) $(MOFLAGS) $(@:.oct=.o) -o $@ -+ - %.o:%.cc - $(MKOCTFILE) $(MOFLAGS) $(DEFINES) -c $< - |