make: Fix UPDATE_REPO_SH

This commit is contained in:
Jan Lindemann 2007-12-19 20:52:10 +00:00 committed by Jan Lindemann
commit 125cf84e39
4 changed files with 9 additions and 4 deletions

View file

@ -139,6 +139,7 @@ LD_VERSION = $(shell ld --version | sed '/GNU ld/ !d; s/[^0-9]*\([0-
LD_MAJOR = $(shell echo $(LD_VERSION) | cut -d. -f1)
LD_MINOR = $(shell echo $(LD_VERSION) | cut -d. -f2)
LD_REV = $(shell echo $(LD_VERSION) | cut -d. -f3)
UPDATE_REPO_SH = /opt/ytools/bin/create_packet_descriptions.sh
#ifndef $(TOPDIR)
# TOPDIR := $(MODDIR)