From 0599d34052ddfcff102089c130af4e0bbcbba25b Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Thu, 1 Jul 2010 21:49:36 -0400 Subject: [PATCH] rosh: fix the DATE macro stuff --- com32/rosh/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com32/rosh/Makefile b/com32/rosh/Makefile index 5bcb166..f4b7d86 100644 --- a/com32/rosh/Makefile +++ b/com32/rosh/Makefile @@ -30,6 +30,8 @@ ifndef DATE DATE := $(shell sh $(topdir)/gen-id.sh $(VERSION) $(HEXDATE)) endif +CFLAGS += -DDATE='"$(DATE)"' +LNXCFLAGS += -DDATE='"$(DATE)"' rosh.o: rosh.h -- 2.7.4