From 3e26f42a8f50905899fdd51c9bbf6d83c21a3321 Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 2 Sep 2009 18:33:16 +0000 Subject: Include VERSION/REVISION information in module version tag, so that we do no longer rely on $Id$ git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11666 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/calcdep.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'make/calcdep.pl') diff --git a/make/calcdep.pl b/make/calcdep.pl index 484c98cbd..c2e9b9510 100755 --- a/make/calcdep.pl +++ b/make/calcdep.pl @@ -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; -- cgit v1.2.3