use make -C instead of cd && make

This commit is contained in:
Laurent Vivier 2005-11-26 08:47:17 +00:00
parent 9ea0efa446
commit 687cf36497

View File

@ -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