From: <sg...@us...> - 2003-09-05 09:30:22
|
Update of /cvsroot/libfunutil/libfunutil/toc/make In directory sc8-pr-cvs1:/tmp/cvs-serv24241/toc/make Modified Files: qmake2make.make Log Message: error text change Index: qmake2make.make =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/make/qmake2make.make,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- qmake2make.make 1 Sep 2003 04:59:49 -0000 1.18 +++ qmake2make.make 5 Sep 2003 09:30:19 -0000 1.19 @@ -15,8 +15,8 @@ QMAKE_QMAKE2MAKE_MAKE = $(toc_makesdir)/qmake2make.make -ifeq (,$(wildcard $(QMAKE))) -$(error this file requires the QMAKE var to point to the qmake binary. Maybe you need to run the qt test or add @QMAKE@ to your shared makefile?) +ifeq (,$(wildcard $(QTDIR))) +$(error $(QMAKE_QMAKE2MAKE_MAKE) requires the QTDIR var. Maybe you need to run the qt test?) endif ifeq (,$(DEPSGEN_BIN)) include $(toc_makesdir)/deps.make |