From 3350befc8f71d5e27771adb28e1daa990fd3c361 Mon Sep 17 00:00:00 2001 From: wdbee Date: Tue, 16 Dec 2008 08:06:09 +0000 Subject: [PATCH] Added Shipdir git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@482 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 5d514074979a2dec678d7344fa8ec90ea10bcd30 Former-commit-id: 0cf3e042c3e9169b2587ac83afa26979b18ca0fe --- src/drivers/simplix/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/drivers/simplix/Makefile b/src/drivers/simplix/Makefile index 316a0e8f8..c4e4de2e5 100644 --- a/src/drivers/simplix/Makefile +++ b/src/drivers/simplix/Makefile @@ -2,7 +2,7 @@ # # file : Makefile # created : 22 Nov 2008 -# last changed : 15 Dez 2008 +# last changed : 16 Dez 2008 # copyright : (C) 2008 Wolf-Dieter Beelitz # ############################################################################## @@ -14,7 +14,10 @@ # ############################################################################## -PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print) +SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn) +SHIPSUBDIRS = $(SUBDIRS) +PKGSUBDIRS = $(SUBDIRS) + src-robots-simplix_PKGFILES = $(shell find * -maxdepth 0 -type f -print) src-robots-simplix_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))