Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3bf13c8

Browse files
committedAug 27, 2014
Makefile cleanup
1 parent e4e374d commit 3bf13c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $(P): $(OBJECTS)
3737
all: $(P) doc check
3838
echo $(OBJECTS)
3939

40-
${OBJ_DIR}/%.o: $(SRC_DIR)/%.c $(LIB_DIR)/getopt/cmdline.h
40+
${OBJ_DIR}/%.o: $(SRC_DIR)/%.c $(LIBS)
4141
@echo '* Compiling $<'
4242
@mkdir -p $(dir $@)
4343
$(CC_FULL) -MM -MF $(patsubst %.c,%.d,$<) -MT $@ $<

0 commit comments

Comments
 (0)
Please sign in to comment.