Replace useless make rules with generic $(OBJECTS) dependency

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli 2006-12-09 15:29:05 +01:00
parent 0d169ada2b
commit c76a52be5b

View File

@ -17,8 +17,4 @@ clean:
cgit: $(OBJECTS) cgit: $(OBJECTS)
$(CC) -o cgit $(OBJECTS) $(EXTLIBS) $(CC) -o cgit $(OBJECTS) $(EXTLIBS)
cgit.o: cgit.h git.h config.o html.o $(OBJECTS): cgit.h git.h
config.o: cgit.h git.h html.c
html.o: cgit.h git.h html.c