summaryrefslogtreecommitdiff
path: root/math/grace/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/grace/files/patch-ac')
-rw-r--r--math/grace/files/patch-ac15
1 files changed, 7 insertions, 8 deletions
diff --git a/math/grace/files/patch-ac b/math/grace/files/patch-ac
index c15e4275b611..470793b4e7e9 100644
--- a/math/grace/files/patch-ac
+++ b/math/grace/files/patch-ac
@@ -1,19 +1,18 @@
-*** examples/Makefile.org Fri Sep 10 09:25:47 1999
---- examples/Makefile Fri Sep 10 09:25:57 1999
+*** examples/Makefile.orig Mon May 22 19:58:45 2000
+--- examples/Makefile Mon May 22 19:59:07 2000
***************
-*** 31,37 ****
+*** 33,39 ****
install : $(EXAMPLES) $(DOTEST)
$(MKINSTALLDIRS) $(GRACE_HOME)/examples
for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
! $(INSTALL_PROGRAM) $(DOTEST) $(GRACE_HOME)/examples/$(DOTEST)
-
+
links : dummy
-
---- 31,37 ----
+
+--- 33,39 ----
install : $(EXAMPLES) $(DOTEST)
$(MKINSTALLDIRS) $(GRACE_HOME)/examples
for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
! $(INSTALL_SCRIPT) $(DOTEST) $(GRACE_HOME)/examples/$(DOTEST)
-
+
links : dummy
-