Make sure DATE and HEXDATE is exported to submakefiles
authorhpa <hpa>
Wed, 8 Dec 2004 04:45:44 +0000 (04:45 +0000)
committerhpa <hpa>
Wed, 8 Dec 2004 04:45:44 +0000 (04:45 +0000)
Makefile
memdisk/version.h

index d72d0ab..6038d38 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,8 @@ endif
 ifndef DATE
 DATE    := $(HEXDATE)
 endif
+MAKE    += DATE=$(DATE) HEXDATE=$(HEXDATE)
+
 
 BSUBDIRS = memdisk win32
 ISUBDIRS = sample com32
index b2c01d7..6bfad65 100644 (file)
@@ -21,6 +21,6 @@
 #define MEMDISK_VERSION_H
 
 #define FIRSTYEAR "2001"
-#define COPYYEAR  "2003"
+#define COPYYEAR  "2004"
 
 #endif