changeset 3436:9eda8d4b772d

* Makefile.in: Use OCTAVE_TARGET, not OCTAVE_PACKAGE
author John W. Eaton <jwe@octave.org>
date Mon, 20 Jan 2014 03:29:32 -0500
parents 9fcc72373e24
children 4a9afc3f9600
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Jan 20 03:00:19 2014 -0500
+++ b/Makefile.in	Mon Jan 20 03:29:32 2014 -0500
@@ -426,7 +426,7 @@
 endif
 
 .PHONY: all
-all: configure Makefile $(OCTAVE_PACKAGE)
+all: configure Makefile $(OCTAVE_TARGET)
 
 .PHONY: all-packages
 all-packages: $(PKGS)