From a5b819e4745661d5b710d032e2a43b0515aea151 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 20 Sep 2009 01:36:29 -0700 Subject: [PATCH] remove ROKEN_VERSION --- lib/roken/roken.awk | 1 - 1 file changed, 1 deletion(-) 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;"