summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2010-07-01 21:49:36 -0400
committerGene Cumm <gene.cumm@gmail.com>2010-07-07 09:56:24 -0400
commit0599d34052ddfcff102089c130af4e0bbcbba25b (patch)
tree56932ec15c5d12b7afbf2d017dbe650933de652d
parent1c6c24260741888b401f4aae20f129d1a8db252d (diff)
downloadsyslinux-0599d34052ddfcff102089c130af4e0bbcbba25b.tar.gz
rosh: fix the DATE macro stuff
-rw-r--r--com32/rosh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/rosh/Makefile b/com32/rosh/Makefile
index 5bcb1660..f4b7d866 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