mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 09:54:42 +03:00
Merge pull request #439 from SchmErik/trivial-makefile
iASL: Makefile: support parent directories with spaces
This commit is contained in:
commit
0870833dd2
@ -297,7 +297,7 @@ include ../Makefile.rules
|
||||
safe_yacc = \
|
||||
_d=`mktemp -d $(OBJDIR)/$(1).XXXXXX` &&\
|
||||
cd $$_d &&\
|
||||
$(YACC) $(YFLAGS) -v -d -p$(1) $(abspath $(2)) &&\
|
||||
$(YACC) $(YFLAGS) -v -d -p$(1) "$(abspath $(2))" &&\
|
||||
cd - > /dev/null;\
|
||||
mv $$_d/y.tab$(suffix $(3)) $(3);\
|
||||
_r=$$?;\
|
||||
|
Loading…
x
Reference in New Issue
Block a user