diff --git a/lib/roken/roken.awk b/lib/roken/roken.awk index d087bb6af..4d263a5a8 100644 --- a/lib/roken/roken.awk +++ b/lib/roken/roken.awk @@ -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;"