From 8d7e864e3baa43f2774ec8ca9325d406df7c8a0d Mon Sep 17 00:00:00 2001 From: andrewsumner Date: Tue, 11 Aug 2009 01:12:28 +0000 Subject: [PATCH] usr_trb1 - fixed makefile git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1267 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: aa8d3f7a3228371dec4e0e2e236d1b1baa4d8bac Former-commit-id: 0d1e4148f56923d907ea0ea18b0f11cbe78c683d --- src/drivers/usr_trb1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drivers/usr_trb1/Makefile b/src/drivers/usr_trb1/Makefile index f5519722d..7e081c3dd 100644 --- a/src/drivers/usr_trb1/Makefile +++ b/src/drivers/usr_trb1/Makefile @@ -25,7 +25,7 @@ SHIP = ${ROBOT}.xml SHIPSUBDIRS = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 cars PKGSUBDIRS = ${SHIPSUBDIRS} -src-robots-usr_sc_PKGFILES = $(shell find * -maxdepth 0 -type f -print) -src-robots-usr_sc_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) +src-robots-usr_trb1_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-usr_trb1_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) include ${MAKE_DEFAULT}