]> git.llucax.com Git - software/dgc/dgcbench.git/commitdiff
micro: Let Make figure out .INTERMEDIATE rules
authorLeandro Lucarella <llucax@gmail.com>
Sat, 22 Aug 2009 22:46:05 +0000 (19:46 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 22 Aug 2009 22:52:18 +0000 (19:52 -0300)
micro/Makefile

index 322c748b4760431ee770570c1e31de68fd972e3d..875104b08553a662c236f865e16e71517d1de8ba 100644 (file)
@@ -57,7 +57,6 @@ build: $(programs)
 $(BIN_DIR)/%: $(BIN_DIR)/%.o
        $(P_LD) $(DC) $(DFLAGS) -of$@ $^
 
-.INTERMEDIATE: $(BIN_DIR)/%.o
 $(BIN_DIR)/%.o: %.d
        $(P_DC) $(DC) $(DFLAGS) -c -of$@ $<