Fix quoting problem in Makefile
authorhpa <hpa>
Mon, 17 Dec 2001 02:16:04 +0000 (02:16 +0000)
committerhpa <hpa>
Mon, 17 Dec 2001 02:16:04 +0000 (02:16 +0000)
memdisk/Makefile

index cdd87d5..050f66f 100644 (file)
 ##
 ## -----------------------------------------------------------------------
 
-VERSION := $(shell cat ../version)
+VERSION := $(shell ../version)
 
 CC      = gcc
 CFLAGS  = -Wall -O2 -fomit-frame-pointer -march=i386 \
          -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-         -DVERSION=\"$(VERSION)\" -DDATE=\"$(DATE)\"
+         -DVERSION='"$(VERSION)"' -DDATE='"$(DATE)"'
 LDFLAGS = 
 AS      = as
 LD     = ld