A patch for catgets/Makefile
H . J . Lu
hjl@valinux.com
Sat Sep 16 16:16:00 GMT 2000
I know the error is ignored. But ....
--
H.J. Lu (hjl@gnu.org)
---
2000-09-16 H.J. Lu <hjl@gnu.org>
* catgets/Makefile ($(objpfx)de/libc.cat): Add -p to mkdir.
Index: catgets/Makefile
===================================================================
RCS file: /work/cvs/gnu/glibc/catgets/Makefile,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 Makefile
--- catgets/Makefile 2000/09/07 20:25:43 1.1.1.2
+++ catgets/Makefile 2000/09/16 23:12:52
@@ -55,7 +55,7 @@ tests: $(objpfx)de/libc.cat $(objpfx)tes
$(objpfx)test1.cat: test1.msg $(objpfx)gencat
$(built-program-cmd) -H $(objpfx)test1.h $@ $<
$(objpfx)de/libc.cat: $(objpfx)de.msg $(objpfx)gencat
- -mkdir $(objpfx)de
+ -mkdir -p $(objpfx)de
$(built-program-cmd) $@ $<
$(objpfx)tst-catgets.out: $(objpfx)de/libc.cat
More information about the Libc-hacker
mailing list