Mercurial > hg > octave-thorsten
diff octMakefile.in @ 3659:e68976912bb5
[project @ 2000-04-19 16:43:56 by jwe]
author | jwe |
---|---|
date | Wed, 19 Apr 2000 16:43:57 +0000 |
parents | 3a067b216fd6 |
children | e313f24b88ef |
line wrap: on
line diff
--- a/octMakefile.in +++ b/octMakefile.in @@ -63,7 +63,7 @@ # Subdirectories in which to run clean targets. CLEANSUBDIRS = $(DISTSUBDIRS) @READLINE_DIR@ @GLOB_DIR@ kpathsea -DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir) $(fcnfiledir) \ +DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \ $(octfiledir) $(archlibdir) $(localarchlibdir) \ `echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}'` \ `echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}'` @@ -111,7 +111,7 @@ rm -f $(bindir)/mkoctfile $(INSTALL_SCRIPT) mkoctfile $(bindir)/mkoctfile-$(version) cd $(bindir); $(LN_S) mkoctfile-$(version) mkoctfile - $(INSTALL_DATA) config.h $(octincludedir)/config.h + $(INSTALL_DATA) config.h $(octincludedir)/octave/config.h $(mk-includedir-link) maintainer-clean::