summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2012-12-26 14:15:59 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2012-12-26 14:15:59 +0000
commitab9137d652212dd96882e7fb4dd6df7f812f4c37 (patch)
treef8369721f9088e6b024e2e683747dacd8f15b408 /makefile
parentd8929ea694691d1b0325c6756434fbb13fe94e66 (diff)
reverted makefile change (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index 899535e8500..54895934366 100644
--- a/makefile
+++ b/makefile
@@ -776,6 +776,10 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
@echo Compiling $<...
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
+$(OBJ)/%.o: $(OBJ)/%.c | $(OSPREBUILD)
+ @echo Compiling $<...
+ $(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
+
$(OBJ)/%.pp: $(SRC)/%.c | $(OSPREBUILD)
@echo Compiling $<...
$(CC) $(CDEFS) $(CFLAGS) -E $< -o $@