usr_36GP - fix Makefile bug so images install under linux

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1438 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ed6c46ff02b87e12d68a258594cb1aa38298eebe
Former-commit-id: 835afc4f451a1abb0a52a4d45a04940d448f7ae0
This commit is contained in:
andrewsumner 2009-09-21 03:12:13 +00:00
parent ab81aeb9ee
commit 376b85b4a9

View file

@ -14,14 +14,14 @@
# #
############################################################################## ##############################################################################
ROBOT = hymie_36GP ROBOT = usr_36GP
SHIPDIR = drivers/${ROBOT}/3 SHIPDIR = drivers/${ROBOT}/3
SHIP = 36GP-autounion.png skill.xml logo.rgb SHIP = 36GP-autounion.png skill.xml logo.rgb
SHIPSUBDIRS = SHIPSUBDIRS =
PKGSUBDIRS = ${SHIPSUBDIRS} PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-hymie_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) src-robots-usr_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-hymie_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) src-robots-usr_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
include ${MAKE_DEFAULT} include ${MAKE_DEFAULT}