release 6.15.8
This commit is contained in:
9
debian/rules.d/scripts/basic/Makefile
vendored
9
debian/rules.d/scripts/basic/Makefile
vendored
@@ -1,4 +1,11 @@
|
||||
PROGS = \
|
||||
fixdep
|
||||
fixdep.host
|
||||
|
||||
include $(top_rulesdir)/Makefile.inc
|
||||
|
||||
# We build fixdep as fixdep.host to avoid overwriting the native build
|
||||
# that Kbuild depends on
|
||||
fixdep.host: fixdep.c
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
|
||||
install-local-progs:
|
||||
install -D -m755 fixdep.host $(DESTDIR)/$(installdir)/fixdep
|
||||
|
Reference in New Issue
Block a user