lang/perl: Fixup formatting
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
980773283e
commit
7534bea197
3 changed files with 8 additions and 9 deletions
|
@ -140,7 +140,6 @@ define Build/perl/Compile
|
|||
# been generated if we weren't cross compiling
|
||||
echo -e 'miniperl.target:\n\t$$$$(CC) $$$$(CLDFLAGS) -o miniperl.target $$$$(mini_obj) $$$$(libs)' >> $(PKG_BUILD_DIR)/Makefile
|
||||
+$(MAKE) $(MAKE_J) -C $(PKG_BUILD_DIR) miniperl.target
|
||||
|
||||
mkdir -p $(PKG_BUILD_DIR)/target-bin
|
||||
install -m 0755 $(PKG_BUILD_DIR)/miniperl.target $(PKG_BUILD_DIR)/target-bin/miniperl
|
||||
|
||||
|
|
Loading…
Reference in a new issue