]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/calcdep.pl
Include VERSION/REVISION information in module version tag, so that we do no longer...
[user/henk/code/inspircd.git] / make / calcdep.pl
index 484c98cbd86079a12850f0a84039afd878cdd226..c2e9b951099a7f76b63bd247184ea1e807621813 100755 (executable)
@@ -16,6 +16,7 @@ sub gendep {
        while (<$in>) {
                if (/^\s*#\s*include\s*"([^"]+)"/) {
                        my $inc = $1;
+                       next if $inc eq 'inspircd_version.h' && $f eq '../include/inspircd.h';
                        my $found = 0;
                        for my $loc ("$basedir/$inc", "../include/$inc") {
                                next unless -e $loc;