mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
The old scheme didn't make any sense...not that there was a scheme really. Signed-off-by: Marcel Denia <naoir@gmx.net>
7 lines
117 B
Diff
7 lines
117 B
Diff
--- /dev/null
|
|
+++ b/relink/Makefile.PL
|
|
@@ -0,0 +1,3 @@
|
|
+use ExtUtils::MakeMaker;
|
|
+
|
|
+WriteMakefile(NAME => "relink");
|