diff options
author | Yves Orton <demerphq@gmail.com> | 2009-01-04 16:48:27 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2009-01-04 23:32:40 +0100 |
commit | dcff826f70bf3f64ced085d87d733c26aacda219 (patch) | |
tree | 78b69c0e058cb0278870514d6e35a89a115bb76e /patchlevel.h | |
parent | f22725be88de3e535d7cb5ec4c1b09c92c9a722e (diff) | |
download | perl-dcff826f70bf3f64ced085d87d733c26aacda219.tar.gz |
eliminate .patchnum and related infrastrcuture from *nix based build process
Rename the old "unpushed.h" to "git_version.h" and make it hold the defines that used to come from cflags magic
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index a17a6e679d..a9f6ba4b48 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -116,7 +116,7 @@ hunk. */ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) -#include "unpushed.h" +#include "git_version.h" #if !defined(PERL_GIT_UNPUSHED_COMMITS) #define PERL_GIT_UNPUSHED_COMMITS_PATCH /* no-op */ #else |