Fix other Makefile braindeadness
authorhpa <hpa>
Mon, 17 Dec 2001 02:18:06 +0000 (02:18 +0000)
committerhpa <hpa>
Mon, 17 Dec 2001 02:18:06 +0000 (02:18 +0000)
memdisk/Makefile

index 050f66f..f8cc581 100644 (file)
@@ -11,7 +11,7 @@
 ##
 ## -----------------------------------------------------------------------
 
-VERSION := $(shell ../version)
+VERSION := $(shell cat ../version)
 
 CC      = gcc
 CFLAGS  = -Wall -O2 -fomit-frame-pointer -march=i386 \