From 00a4a7bb08d4ec3c8dd0f908c2abbf9def867d5a Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 20 Feb 2007 23:57:24 +0000 Subject: [PATCH] Fix "include common.mk" -> "include ../CGAL/common.mk". Sorry for the red test suite. --- PDB/src/CGALPDB/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDB/src/CGALPDB/makefile b/PDB/src/CGALPDB/makefile index a6866de4a34..1de9900282e 100644 --- a/PDB/src/CGALPDB/makefile +++ b/PDB/src/CGALPDB/makefile @@ -50,5 +50,5 @@ LIB_NAME_BASE = CGALPDB #---------------------------------------------------------------------# # common rules for all libraries #---------------------------------------------------------------------# -include common.mk +include ../CGAL/common.mk