VERSION file needs to be generated for compiling

This commit is contained in:
Chrisian Richter 2007-02-13 10:28:53 +00:00
parent 26104aec84
commit 1f4daf4e55
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ MISDNVERSION=$(shell cat VERSION)
MINCLUDES+=-I$(MISDNDIR)/include
all: test_old_misdn
all: VERSION test_old_misdn
cp $(MISDNDIR)/drivers/isdn/hardware/mISDN/Makefile.v2.6 $(MISDNDIR)/drivers/isdn/hardware/mISDN/Makefile
export MINCLUDES=$(MISDNDIR)/include ; export MISDNVERSION=$(MISDNVERSION); make -C $(LINUX) SUBDIRS=$(MISDN_SRC) modules $(CONFIGS)