summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rtems4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rtems b/Makefile.rtems
index 7137c04..6c8e140 100644
--- a/Makefile.rtems
+++ b/Makefile.rtems
@@ -68,8 +68,8 @@ clean:
install: all
mkdir -p $(INSTALL_BASE)/include/yaffs
- install -m 644 -t $(INSTALL_BASE) $(LIB)
- install -m 644 -t $(INSTALL_BASE)/include/yaffs $(INCLUDES)
+ install -m 644 $(LIB) $(INSTALL_BASE)
+ install -m 644 $(INCLUDES) $(INSTALL_BASE)/include/yaffs
.PHONY: clean install