提交 90ffd095 编写于 作者: J Jonas Fonseca 提交者: Linus Torvalds

[PATCH] Simplify building of programs

Do not first build .o files when building programs.
Signed-off-by: NJonas Fonseca <fonseca@diku.dk>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 65bc81d6
......@@ -50,7 +50,7 @@ $(LIB_FILE): $(LIB_OBJS)
init-db: init-db.o
%: %.o $(LIB_FILE)
%: %.c $(LIB_FILE)
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
blob.o: $(LIB_H)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册