From d5b61e5277c6e290ad247100d7efd178b1886abd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Oct 1996 07:26:21 +0000 Subject: Make sure we inherit the version from the makefile. svn path=/trunk/; revision=186 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 3a2a6a64..82134cb1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ RANLIB = @RANLIB@ # NeXT 1.0a uses an old version of GCC, which required -D__inline=inline. # See also `config.h'. -defines = @DEFS@ +defines = -DRELEASE_ID=\"$(VERS)\" @DEFS@ # defines = -DHAVE_CONFIG_H -DQNX -DHAVE_UNISTD_H -DSTDC_HEADERS # QNX # If your system needs extra libraries loaded in, define them here. -- cgit v1.2.3