summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-04 17:40:06 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 17:40:06 +0100
commit6f31be4f8748bb182ced4febdbb51f719cf702cc (patch)
treee000170cc537e9252403df57c2582896f3195a60 /com32/hdt/Makefile
parenta7c4c9e008540dc34bf74962294976384d72a76e (diff)
downloadsyslinux-6f31be4f8748bb182ced4febdbb51f719cf702cc.tar.gz
hdt: Fixing make release targethdt-0.3.6
Impact: fixing com32 naming Make release now generates the .c32 file accordingly to the scheme
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile2
1 files changed, 1 insertions, 1 deletions
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