diff options
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in index 775cd476e..1e1c52a20 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -135,11 +135,11 @@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@ .c.o: echo Compiling $<... - $(CC) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CFLAGS) -c $< + $(CC) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CFLAGS) -c $< -o $@ .cxx.o: echo Compiling $<... - $(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -c $< + $(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -c $< -o $@ .man.0 .man.1 .man.3 .man.6: echo Formatting $<... |
