1.1 --- a/octMakefile.in Thu Jul 10 10:54:19 2008 -0400
1.2 +++ b/octMakefile.in Thu Jul 10 10:57:55 2008 -0400
1.3 @@ -67,10 +67,8 @@
1.4 DIRS_TO_MAKE = $(bindir) $(datadir) $(libdir) $(octincludedir)/octave \
1.5 $(fcnfiledir) $(localfcnfiledir) $(localapifcnfiledir) \
1.6 $(localverfcnfiledir) $(octfiledir) $(localoctfiledir) \
1.7 - $(localapioctfiledir) $(localveroctfiledir) $(archlibdir) \
1.8 - $(localarchlibdir) $(localverarchlibdir) \
1.9 - $(shell echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}') \
1.10 - $(shell echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}')
1.11 + $(localapioctfiledir) $(localveroctfiledir) $(imagedir) $(archlibdir) \
1.12 + $(localarchlibdir) $(localapiarchlibdir) $(localverarchlibdir)
1.13
1.14 SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave
1.15