changeset 1975:bb3392bd6c94

[project @ 1996-02-25 04:58:06 by jwe]
author jwe
date Sun, 25 Feb 1996 04:58:06 +0000
parents 552124e56a7e
children f6a78c706c85
files src/Makefile.in
diffstat 1 files changed, 13 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -84,12 +84,12 @@
 INCLUDES := arith-ops.h builtins.h defaults.h.in defun.h defun-dld.h \
 	defun-int.h dirfns.h dynamic-ld.h error.h file-info.h \
 	file-io.h gripes.h help.h input.h lex.h load-save.h \
-	mappers.h oct-gperf.h oct-hist.h oct-map.h oct-obj.h pager.h \
-	parse.h pathlen.h pr-output.h procstream.h pt-base.h \
-	pt-cmd.h pt-const.h pt-exp-base.h pt-exp.h pt-fcn.h \
-	pt-fvc-base.h pt-fvc.h pt-mat.h pt-misc.h pt-mvr-base.h \
-	pt-mvr.h pt-plot.h sighandlers.h symtab.h sysdep.h \
-	systime.h syswait.h token.h toplev.h unwind-prot.h \
+	mappers.h oct-gperf.h oct-hist.h oct-map.h oct-obj.h \
+	pager.h parse.h pathlen.h pr-output.h \
+	procstream.h pt-base.h pt-cmd.h pt-const.h pt-exp-base.h \
+	pt-exp.h pt-fcn.h pt-fvc-base.h pt-fvc.h pt-mat.h pt-misc.h \
+	pt-mvr-base.h pt-mvr.h pt-plot.h sighandlers.h symtab.h \
+	sysdep.h systime.h syswait.h token.h toplev.h unwind-prot.h \
 	user-prefs.h utils.h variables.h version.h xdiv.h xpow.h Map.h \
 	SLStack.h Stack.h
 
@@ -109,12 +109,12 @@
 SOURCES := arith-ops.cc data.cc dirfns.cc dynamic-ld.cc error.cc \
 	file-info.cc file-io.cc gripes.cc help.cc input.cc lex.l \
 	load-save.cc mappers.cc oct-hist.cc oct-map.cc oct-obj.cc \
-	pager.cc parse.y pr-output.cc procstream.cc pt-base.cc \
-	pt-cmd.cc pt-const.cc pt-exp-base.cc pt-exp.cc pt-fcn.cc \
-	pt-fvc-base.cc pt-fvc.cc pt-mat.cc pt-misc.cc pt-mvr-base.cc \
-	pt-mvr.cc pt-plot.cc resource.cc sighandlers.cc \
-	strcasecmp.c strncase.c strfns.cc strftime.c symtab.cc \
-	sysdep.cc timefns.cc token.cc toplev.cc \
+	pager.cc parse.y pr-output.cc procstream.cc \
+	pt-base.cc pt-cmd.cc pt-const.cc pt-exp-base.cc pt-exp.cc \
+	pt-fcn.cc pt-fvc-base.cc pt-fvc.cc pt-mat.cc pt-misc.cc \
+	pt-mvr-base.cc pt-mvr.cc pt-plot.cc resource.cc \
+	sighandlers.cc strcasecmp.c strncase.c strfns.cc strftime.c \
+	symtab.cc sysdep.cc timefns.cc token.cc toplev.cc \
 	unwind-prot.cc user-prefs.cc utils.cc variables.cc xdiv.cc \
 	xpow.cc
 
@@ -242,6 +242,7 @@
 
 install-oct:
 	$(top_srcdir)/mkinstalldirs $(octfiledir)
+	chmod a+rx mk-oct-links
 	for f in $(OCT_FILES); do $(INSTALL_DATA) $$f $(octfiledir)/$$f; done
 	./mk-oct-links $(octfiledir) $(addprefix $(srcdir)/, $(DLD_SRC))
 .PHONY: install-oct