diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-04 17:05:48 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-04 17:05:48 +0200 |
commit | 07fcc6ce704e65e115574b893837c749b5484242 (patch) | |
tree | b47134470d661344854ca1f3c12fc7fb646c1909 | |
parent | 1c559c3154e64bcdb5213a5e8f6ca754dbcea8e4 (diff) | |
parent | 6cd57ce392233177261d218a8697c92bd0f9a764 (diff) | |
download | buildroot-novena-07fcc6ce704e65e115574b893837c749b5484242.tar.gz buildroot-novena-07fcc6ce704e65e115574b893837c749b5484242.zip |
Merge branch 'microperl-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
-rw-r--r-- | package/microperl/microperl.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/microperl/microperl.mk b/package/microperl/microperl.mk index 5a41f384d..f2a958b7a 100644 --- a/package/microperl/microperl.mk +++ b/package/microperl/microperl.mk @@ -33,8 +33,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 @@ -42,7 +42,6 @@ $(MICROPERL_DIR)/.host_make: $(MICROPERL_DIR)/.host_configured_and_fixed touch $@ $(MICROPERL_DIR)/.host_make_fixed: $(MICROPERL_DIR)/.host_make - $(SED) 's#^.*<asm/page.h>.*##g' $(MICROPERL_DIR)/ext/IPC/SysV/SysV.c $(MAKE) -C $(MICROPERL_DIR) test || echo "An error is expected on make test" touch $@ |