more 1936 GP linux makefile fixes
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@266 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 6c1fcc7d07b5193457e9b72961e6cb203015616d Former-commit-id: 31cda1efcd0bb4a4593b1de0a3ee1aea4de7c733
This commit is contained in:
parent
9aa196bec6
commit
936e8d08ae
7 changed files with 7 additions and 7 deletions
|
@ -16,7 +16,7 @@
|
|||
ROBOT = usr_GP3601
|
||||
SHIPDIR = drivers/${ROBOT}/cars/36GP-alfa12c
|
||||
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = qualifying
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-usr_GP3601_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
ROBOT = usr_GP3601
|
||||
SHIPDIR = drivers/${ROBOT}/cars/36GP-alfatipo
|
||||
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = qualifying
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-usr_GP3601_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
ROBOT = usr_GP3601
|
||||
SHIPDIR = drivers/${ROBOT}/cars/36GP-autounion
|
||||
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = qualifying
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-usr_GP3601_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
ROBOT = usr_GP3601
|
||||
SHIPDIR = drivers/${ROBOT}/cars/36GP-bugatti
|
||||
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = qualifying
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-usr_GP3601_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
ROBOT = usr_GP3601
|
||||
SHIPDIR = drivers/${ROBOT}/cars/36GP-maserati
|
||||
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = qualifying
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-usr_GP3601_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
ROBOT = usr_GP3601
|
||||
SHIPDIR = drivers/${ROBOT}/cars/36GP-maserati6C34
|
||||
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = qualifying
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-usr_GP3601_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
ROBOT = usr_GP3601
|
||||
SHIPDIR = drivers/${ROBOT}/cars/36GP-mercedes
|
||||
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = qualifying
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-usr_GP3601_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
|
|
Loading…
Reference in a new issue