summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2012-12-26 14:00:42 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2012-12-26 14:00:42 +0000
commitd8929ea694691d1b0325c6756434fbb13fe94e66 (patch)
tree49baa88023c02afd3ee5ee08f4ab41bb72d55ba8 /makefile
parentbe0e8a325654b95151bbd9739c1c3e9309aecb76 (diff)
removed duplicated build rule from makefile (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/makefile b/makefile
index 54895934366..899535e8500 100644
--- a/makefile
+++ b/makefile
@@ -776,10 +776,6 @@ $(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 $@