瀏覽代碼

package/microperl: fix build

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>
Peter Korsgaard 15 年之前
父節點
當前提交
78f2cb70e2
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 1
      CHANGES
  2. 2 0
      package/microperl/microperl.mk

+ 1 - 1
CHANGES

@@ -2,7 +2,7 @@
 
 
 	Additional fixes and cleanups.
 	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):
 	Issues resolved (http://bugs.uclibc.org):
 
 

+ 2 - 0
package/microperl/microperl.mk

@@ -34,6 +34,8 @@ $(MICROPERL_DIR)/.host_configured: $(MICROPERL_DIR)/.source
 $(MICROPERL_DIR)/.host_configured_and_fixed: $(MICROPERL_DIR)/.host_configured
 $(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)/Makefile
 	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/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 $@
 	touch $@
 
 
 $(MICROPERL_DIR)/.host_make: $(MICROPERL_DIR)/.host_configured_and_fixed
 $(MICROPERL_DIR)/.host_make: $(MICROPERL_DIR)/.host_configured_and_fixed