View | Details | Raw Unified | Return to bug 21919 | Differences between
and this patch

Collapse All | Expand All

(-)grace/patches/patch-ac (-3 / +3 lines)
Lines 1-7 Link Here
1
*** examples/Makefile.org	Fri Sep 10 09:25:47 1999
1
*** examples/Makefile.orig	Mon May 22 19:58:45 2000
2
--- examples/Makefile	Fri Sep 10 09:25:57 1999
2
--- examples/Makefile	Mon May 22 19:59:07 2000
3
***************
3
***************
4
*** 31,37 ****
4
*** 33,39 ****
5
  install : $(EXAMPLES) $(DOTEST)
5
  install : $(EXAMPLES) $(DOTEST)
6
  	$(MKINSTALLDIRS) $(GRACE_HOME)/examples
6
  	$(MKINSTALLDIRS) $(GRACE_HOME)/examples
7
  	for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
7
  	for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
Lines 9-15 Link Here

Return to bug 21919