mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rules.mk: Fix compilation with clang
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ffba403256
commit
47ed821800
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ strip.done: $(EXE_ALL)
|
|||
$(CC) -M $(BUILD_CPPFLAGS) $(DEPEND_CPPFLAGS) $< -o $@
|
||||
|
||||
.%.o.dep.mk: %.c $(BUILD_HDR)
|
||||
$(CC) -M $(BUILD_CPPFLAGS) $(DEPEND_CPPFLAGS) $< -o $@
|
||||
$(CC) -M $(BUILD_CFLAGS) $(DEPEND_CPPFLAGS) $< -o $@
|
||||
|
||||
ifeq ($(LIBTYPE),shared)
|
||||
$(SO_PREFIX)%.so: %.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue