changeset 1475:f33cac781a44

[project @ 1995-09-26 05:04:54 by jwe]
author jwe
date Tue, 26 Sep 1995 05:05:20 +0000
parents a2a9c320483a
children 20e9c40d10f6
files scripts/startup/Makefile.in
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/startup/Makefile.in	Mon Sep 25 22:01:26 1995 +0000
+++ b/scripts/startup/Makefile.in	Tue Sep 26 05:05:20 1995 +0000
@@ -37,6 +37,13 @@
 	  $(INSTALL_DATA) $(srcdir)/octaverc \
 	    $(fcnfiledir)/$(script_sub_dir)/octaverc ; \
 	fi
+	$(top_srcdir)/mkinstalldirs $(localfcnfiledir)/$(script_sub_dir)
+	if test -f $(localfcnfiledir)/$(script_sub_dir)/octaverc ; \
+	then true ; \
+	else \
+	  $(INSTALL_DATA) $(srcdir)/octaverc \
+	    $(localfcnfiledir)/$(script_sub_dir)/octaverc ; \
+	fi
 #	for f in $(FCN_FILES_NO_DIR) ; do \
 #	  rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \
 #	  $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \