X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=9c9424a5f5ae8a9c1ad6c600d48bacc81da0c112;hb=7074dc3b2788da8f2e2e8e3a74f3518343aa65db;hp=9491478f0a12c05a954983a3f5a51ca1f6b698e6;hpb=b802d24ffef1b6655bef299958092edfec3daa8b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 9491478f0..9c9424a5f 100755 --- a/configure +++ b/configure @@ -1229,8 +1229,8 @@ HEADER # Write Entry to the Makefile ### print FILEHANDLE <src/modules/m_".$i."_static.cpp") or die("Could not create m_".$i."_static.cpp"); + open(MUNGED,">src/modules/.m_".$i."_static.cpp") or die("Could not create .m_".$i."_static.cpp"); while (chomp($a = )) { $a =~ s/init_module/$i\_init/g; print MUNGED "$a\n"; @@ -1450,7 +1450,7 @@ timer.o: timer.cpp ../include/base.h ../include/inspircd.h ../include/globals.h EOM foreach my $cmd (@cmdlist) { print FH <src/Makefile") or die("Could not write src/Makefile"); print FH <