changeset 6:35d684c968da octave-forge

include the FIXES/ subdirectory in the build phase
author pkienzle
date Mon, 15 Oct 2001 13:19:14 +0000
parents ce28dd47f1d6
children bac8128dc91a
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Oct 14 03:06:31 2001 +0000
+++ b/Makefile	Mon Oct 15 13:19:14 2001 +0000
@@ -11,6 +11,7 @@
 	@cd main && $(MAKE)
 	@cd extra && $(MAKE)
 	@cd nonfree && $(MAKE)
+	@cd FIXES && $(MAKE)
 
 install:
 	@chmod a+x $(INSTALLOCT)