Test if DBD_INSTALLS and DB_INSTALLS are non zero instead if defined.

This commit is contained in:
Janet B. Anderson
2004-07-13 19:14:27 +00:00
parent 629b14d3d4
commit 6355bd4c80

View File

@@ -113,11 +113,11 @@ $(DBDDEPENDS_FILES):
##################################################### build dependancies, clean rule
ifdef DBD_INSTALLS
ifneq (,$(strip $(DBD_INSTALLS)))
buildInstall : dbdInstalls
endif
ifdef DB_INSTALLS
ifneq (,$(strip $(DB_INSTALLS)))
buildInstall : dbInstalls
endif