mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02: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 68 additions and 22 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