4bf599 build system: Makefile.in: make the tree.tag and dirs.tag deps more precise.

Authored and Committed by midipix 8 years ago
1 file changed. 3 lines added. 3 lines removed.
    build system: Makefile.in: make the tree.tag and dirs.tag deps more precise.
    
        
file modified
+3 -3
Makefile.in CHANGED
@@ -94,10 +94,10 @@ include $(PROJECT_DIR)/project/overrides.mk
94
94
95
95
$(APP_SRCS:%.c=%.o): CFLAGS_STATIC = $(CFLAGS_APP)
96
96
97
- src/%.lo: $(PROJECT_DIR)/src/%.c $(ALL_HEADERS) host.tag dirs.tag version.tag
97
+ src/%.lo: $(PROJECT_DIR)/src/%.c $(ALL_HEADERS) host.tag tree.tag version.tag
98
98
$(CC) -c -o $@ $< $(CFLAGS_SHARED)
99
99
100
- src/%.o: $(PROJECT_DIR)/src/%.c $(ALL_HEADERS) host.tag dirs.tag version.tag
100
+ src/%.o: $(PROJECT_DIR)/src/%.c $(ALL_HEADERS) host.tag tree.tag version.tag
101
101
$(CC) -c -o $@ $< $(CFLAGS_STATIC)
102
102
103
103
lib/%$(OS_LIB_SUFFIX)$(VER_XYZ):
@@ -198,7 +198,7 @@ $(STATIC_APP): $(STATIC_OBJS) $(APP_OBJS)
198
198
$(CC) -static -o $@ $^ -l$(PACKAGE) $(LDFLAGS_STATIC)
199
199
200
200
201
- dirs: dirs.tag tree.tag
201
+ dirs: dirs.tag
202
202
203
203
dirs.tag:
204
204
mkdir -p bin