From d8929ea694691d1b0325c6756434fbb13fe94e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Wed, 26 Dec 2012 14:00:42 +0000 Subject: [PATCH] removed duplicated build rule from makefile (nw) --- makefile | 4 ---- 1 file changed, 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 $@