OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | Index: octave-3.2.4/octMakefile.in |
| 2 | =================================================================== |
| 3 | --- octave-3.2.4.orig/octMakefile.in 2011-06-09 15:22:14.000000000 +0200 |
| 4 | +++ octave-3.2.4/octMakefile.in 2011-06-09 15:55:36.000000000 +0200 |
| 5 | @@ -51,10 +51,10 @@ |
| 6 | mkoctfile.in mkoctfile.cc.in run-octave.in ChangeLog ChangeLog.[0-9] |
| 7 | |
| 8 | # Subdirectories in which to run `make all'. |
| 9 | -SUBDIRS = libcruft liboctave src scripts doc examples |
| 10 | +SUBDIRS = libcruft liboctave src scripts # doc examples |
| 11 | |
| 12 | # Subdirectories in which to run `make all'. |
| 13 | -INSTALL_SUBDIRS = libcruft liboctave src scripts doc examples |
| 14 | +INSTALL_SUBDIRS = libcruft liboctave src scripts # doc examples |
| 15 | |
| 16 | # Subdirectories in which to run `make conf-dist'. |
| 17 | CONF_DISTSUBDIRS = src |
| 18 | @@ -78,7 +78,7 @@ |
| 19 | |
| 20 | M4_FILES = $(wildcard *.m4) |
| 21 | |
| 22 | -all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files |
| 23 | +all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) # dist-info-files |
| 24 | @echo "" |
| 25 | @echo "Octave successfully built. Now choose from the following:" |
| 26 | @echo "" |
| 27 |
