From 6275dd5b14e94f06e73bc97ed5ee244f215fffeb Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sat, 9 Apr 2005 22:40:34 +0000 Subject: Clean up for Makefiles: some of the directories were being printed wrong (e.g., "/Fuzzics" and "/Joystick", and some of the solid stuff). This was particularly noticable during "make clean". --- extern/solid/Makefile | 1 + extern/solid/src/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'extern') diff --git a/extern/solid/Makefile b/extern/solid/Makefile index 5aa99be5743..ed5a1359cf4 100755 --- a/extern/solid/Makefile +++ b/extern/solid/Makefile @@ -33,6 +33,7 @@ include nan_definitions.mk +SOURCEDIR = extern/solid LIBNAMES = solid solid_broad solid_convex solid_complex DIR = $(OCGDIR)/extern/ DIRS = src diff --git a/extern/solid/src/Makefile b/extern/solid/src/Makefile index 451431ced3b..b45a1da9cd3 100644 --- a/extern/solid/src/Makefile +++ b/extern/solid/src/Makefile @@ -31,6 +31,7 @@ # # +SOURCEDIR = extern/solid/src LIBNAME = solid DIR = $(OCGDIR)/extern/$(LIBNAME) DIRS = broad complex convex -- cgit v1.2.3