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
This commit is contained in:
parent
141ea5b074
commit
3350befc8f
1 changed files with 5 additions and 2 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue