mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 15:23:54 +01:00
linux-rpm-build.mk, rules.mk, generate-boot-medium.sh: Cleanup commit
This commit is contained in:
parent
bec2fe4ecd
commit
3f0b65cb96
3 changed files with 67 additions and 21 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue