linux-rpm-build.mk, rules.mk, generate-boot-medium.sh: Cleanup commit

This commit is contained in:
Jan Lindemann 2007-02-16 20:12:31 +00:00 committed by Jan Lindemann
commit 3f0b65cb96
3 changed files with 67 additions and 21 deletions

View file

@ -197,10 +197,10 @@ endif
# gcc -M $(CPPFLAGS) $(DEPEND_CPPFLAGS) $(filter-out %.h,$(SRC_ALL_CPP)) -o $@; \
# fi
.%.o.dep.mk: %.cpp
.%.o.dep.mk: %.cpp $(BUILD_H)
gcc -M $(CPPFLAGS) $(DEPEND_CPPFLAGS) $< -o $@
.%.o.dep.mk: %.c
.%.o.dep.mk: %.c $(BUILD_H)
gcc -M $(CPPFLAGS) $(DEPEND_CPPFLAGS) $< -o $@
checkroot: