comparison Makefile.in @ 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 c9ade6d47f3a
comparison
equal deleted inserted replaced
3435:9fcc72373e24 3436:9eda8d4b772d
424 echo '#PKGS ='; \ 424 echo '#PKGS ='; \
425 } >'$(PWD)/settings.mk') 425 } >'$(PWD)/settings.mk')
426 endif 426 endif
427 427
428 .PHONY: all 428 .PHONY: all
429 all: configure Makefile $(OCTAVE_PACKAGE) 429 all: configure Makefile $(OCTAVE_TARGET)
430 430
431 .PHONY: all-packages 431 .PHONY: all-packages
432 all-packages: $(PKGS) 432 all-packages: $(PKGS)
433 433
434 $(PKGS): $(BUILD_TOOLS) cmake-toolchain-file.stamp 434 $(PKGS): $(BUILD_TOOLS) cmake-toolchain-file.stamp