Commit a34f8b66 by Richard Stallman

(copy-headers): Put `-' on mkdir command.

From-SVN: r4307
parent c736d8db
......@@ -67,7 +67,7 @@ OBJC_H = hash.h list.h sarray.h objc.h \
# copy objc headers to installation include directory
copy-headers: $(OBJC_H)
-rm -fr $(incinstalldir)/objc
mkdir $(incinstalldir)/objc
-mkdir $(incinstalldir)/objc
for file in $(OBJC_H); do \
realfile=$(srcdir)/objc/$$file; \
cp $$realfile $(incinstalldir)/objc; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment