diff options
Diffstat (limited to 'catgets/Makefile')
-rw-r--r-- | catgets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/Makefile b/catgets/Makefile index 5c72ecdbaa..bc6575c245 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -55,7 +55,7 @@ tests: $(objpfx)de/libc.cat $(objpfx)test1.cat $(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 + $(make-target-directory) $(built-program-cmd) $@ $< $(objpfx)tst-catgets.out: $(objpfx)de/libc.cat |