mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
Make the sed script also work with OpenBSD and OpenSolaris seds
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7164 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b6f6e3d3a7
commit
052ff92141
2
Makefile
2
Makefile
@ -45,7 +45,7 @@ all: $(TOOLS) $(DOCS) recurse-all
|
||||
config-host.mak: configure
|
||||
ifneq ($(wildcard config-host.mak),)
|
||||
@echo $@ is out-of-date, running configure
|
||||
@sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | sh
|
||||
@sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
|
||||
endif
|
||||
|
||||
SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
|
||||
|
Loading…
Reference in New Issue
Block a user