mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
12 lines
314 B
C
12 lines
314 B
C
/* We use <config.h> instead of "config.h" so that a compilation
|
||
using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
|
||
(which it would do because make.h was found in $srcdir). */
|
||
#include <config.h>
|
||
|
||
char *version_string = VERSION;
|
||
|
||
/*
|
||
Local variables:
|
||
version-control: never
|
||
End:
|
||
*/
|