mirror of
https://github.com/vivier/EMILE.git
synced 2024-10-31 20:05:01 +00:00
use make -C instead of cd && make
This commit is contained in:
parent
9ea0efa446
commit
687cf36497
@ -23,6 +23,6 @@ DISTFILES = $(SOURCES) $(HEADERS)
|
||||
|
||||
all:
|
||||
test -d $(TARGET) || mkdir $(TARGET)
|
||||
cd $(TARGET) && make -f $(TOP)/Makefile $(LIBRARY) TOP=$(TOP)
|
||||
$(MAKE) -C $(TARGET) -f $(TOP)/Makefile $(LIBRARY) TOP=$(TOP)
|
||||
|
||||
include $(TOP)/../Rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user