From 1f4daf4e557997355dce9194b40e566c9a2ce920 Mon Sep 17 00:00:00 2001 From: Chrisian Richter Date: Tue, 13 Feb 2007 10:28:53 +0000 Subject: [PATCH] VERSION file needs to be generated for compiling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52f64e8..471a9b2 100644 --- a/Makefile +++ b/Makefile @@ -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)