diff octMakefile.in @ 1680:a3e4d62de24c

[project @ 1995-12-30 03:37:08 by jwe]
author jwe
date Sat, 30 Dec 1995 03:38:42 +0000
parents 8ec94342ce34
children 5738406d6759
line wrap: on
line diff
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -30,9 +30,9 @@
 DISTDIRS = emacs kpathsea make plplot
 
 # Subdirectories in which to run `make all'.
-SUBDIRS = @DLD_DIR@ @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ kpathsea \
-	libcruft liboctave src scripts doc  
-	
+SUBDIRS = @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ kpathsea \
+	libcruft liboctave src scripts doc
+
 # Subdirectories in which to run `make dist'.
 DISTSUBDIRS = libcruft liboctave info readline src scripts dld test doc 
 
@@ -108,7 +108,7 @@
 
 maintainer-clean distclean::
 	rm -f octMakefile octave-bug Makefile Makeconf config.cache \
-	config.h config.log config.status 
+	config.h config.log config.status Makerules.f77
 
 # Now that things are under RCS control, we need to do the recursive
 # chmod so that the distributed files end up with reasonable modes.