remove ROKEN_VERSION

This commit is contained in:
Love Hornquist Astrand
2009-09-20 01:36:29 -07:00
parent d55ee89437
commit a5b819e474

View File

@@ -30,7 +30,6 @@ $1 == "#ifdef" || $1 == "#ifndef" || $1 == "#if" || $1 == "#else" || $1 == "#eli
}
END {
print "puts(\"#define ROKEN_VERSION PACKAGE_VERSION \" );"
print "puts(\"\");"
print "puts(\"#endif /* __ROKEN_H__ */\");"
print "return 0;"