It should fix te testsuite...
This commit is contained in:
Laurent Rineau 2007-06-07 13:18:48 +00:00
parent f765b1b40c
commit 4fa95e966c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ SHARED_LIB_ADDITIONAL_LDFLAGS = \
# common rules for all libraries
#---------------------------------------------------------------------#
CGAL_COMMON_MK = ../CGAL/common.mk
ifeq ($(willcard $(CGAL_COMMON_MK)),)
ifeq ($(wildcard $(CGAL_COMMON_MK)),)
CGAL_COMMON_MK = ../../../Installation/src/CGAL/common.mk
endif
include $(CGAL_COMMON_MK)