diff options
Diffstat (limited to 'math/xmgr/files/patch-ab')
-rw-r--r-- | math/xmgr/files/patch-ab | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/xmgr/files/patch-ab b/math/xmgr/files/patch-ab deleted file mode 100644 index ebe57f87c5f4..000000000000 --- a/math/xmgr/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -*** ../xmgr-4.1.1/examples/Makefile Sun Jan 18 19:09:32 1998 ---- ./examples/Makefile Sun Jan 18 19:10:16 1998 -*************** -*** 32,38 **** - install : $(EXAMPLES) $(DOTEST) - $(MKINSTALLDIRS) $(GR_HOME)/examples - for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done -! $(INSTALL_PROGRAM) $(DOTEST) $(GR_HOME)/examples/$(DOTEST) - - links : dummy - ---- 32,38 ---- - install : $(EXAMPLES) $(DOTEST) - $(MKINSTALLDIRS) $(GR_HOME)/examples - for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done -! install -c -o bin -g bin -m 555 $(DOTEST) $(GR_HOME)/examples/$(DOTEST) - - links : dummy |