From 6f31be4f8748bb182ced4febdbb51f719cf702cc Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Fri, 4 Dec 2009 17:40:06 +0100 Subject: hdt: Fixing make release target Impact: fixing com32 naming Make release now generates the .c32 file accordingly to the scheme --- com32/hdt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/hdt/Makefile') diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index 29746521..5c02c43f 100644 --- a/com32/hdt/Makefile +++ b/com32/hdt/Makefile @@ -28,7 +28,7 @@ TESTFILES = OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) VERSION = $(shell $(SED) -n 's/\#define VERSION \"\(.*\)\"/\1/p' hdt.h) CODENAME = $(shell $(SED) -n 's/\#define CODENAME \"\(.*\)\"/\1/p' hdt.h) -VERSION_C32 = $(shell echo $(VERSION) | $(SED) -e 's/-/_/g') +VERSION_C32 = $(shell echo $(VERSION) | $(SED) -e 's/-/_/g' | $(SED) -e 's/\./_/g') MEMTEST_URL = http://memtest.org/download/4.00/memtest86+-4.00.bin MEMTEST = memtest.bin -- cgit v1.2.1