package/microperl: fix build
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 30 Nov 2009 21:31:50 +0000 (22:31 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 30 Nov 2009 21:31:50 +0000 (22:31 +0100)
There seems to be some confusion about makefile/Makefile, so just fixup
both files for now to keep it safe.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/microperl/microperl.mk

diff --git a/CHANGES b/CHANGES
index d319525327636183c8d9ec0ce0715ac062526858..5cc8771d19c76d03e997118556f6778f69d74c89 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
 
        Additional fixes and cleanups.
 
-       Updated/fixed packages: alsamixergui, fltk, ncurses, vim
+       Updated/fixed packages: alsamixergui, fltk, microperl, ncurses, vim
 
        Issues resolved (http://bugs.uclibc.org):
 
index 63247e9305b128a8cb36301d8a48564f4ab298e7..7985a65e81ed42dd6b52d704e29a6564a6faddca 100644 (file)
@@ -34,6 +34,8 @@ $(MICROPERL_DIR)/.host_configured: $(MICROPERL_DIR)/.source
 $(MICROPERL_DIR)/.host_configured_and_fixed: $(MICROPERL_DIR)/.host_configured
        $(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/Makefile
        $(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/Makefile
+       $(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/makefile
+       $(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/makefile
        touch $@
 
 $(MICROPERL_DIR)/.host_make: $(MICROPERL_DIR)/.host_configured_and_fixed