diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 353281b84e..cf97c3019d 100644 --- a/Makefile +++ b/Makefile @@ -282,7 +282,7 @@ parent_echo-distinfo: # Run a test on the header files we use. tests: $(objpfx)isomac - $(objpfx)./isomac $(CC) '$(+sysdep-includes)' \ + $(objpfx)./isomac '$(CC)' '$(+sysdep-includes)' \ >$(common-objpfx)isomac.out $(objpfx)isomac: isomac.c |