oops, forgot to remove some references to headers.arch.in

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3589
This commit is contained in:
Andres Salomon 2005-07-19 21:16:13 +00:00
parent 3a78b8d5c6
commit bd0af07171
2 changed files with 0 additions and 2 deletions

1
debian/Makefile vendored
View File

@ -201,7 +201,6 @@ $(kdir): post-install-$(subarch) $(wildcard templates/control.*.in)
}; \
substitute source.in "" >> $(tkdir)/debian/control; \
substitute headers.in "" >> $(tkdir)/debian/control; \
substitute headers.arch.in "" >> $(tkdir)/debian/control; \
for f in $(flavours); do \
substitute headers.flavour.in $$f >> $(tkdir)/debian/control; \
substitute image.in $$f >> $(tkdir)/debian/control; \

1
debian/rules vendored
View File

@ -288,7 +288,6 @@ debian/control: $(wildcard debian/templates/control.*.in)
substitute main.in "" "" >> control.tmp; \
substitute headers.in "" "" >> control.tmp; \
for a in $(archs); do \
substitute headers.arch.in $$a "" >> control.tmp; \
for f in $$(list_flavours $$a); do \
substitute headers.flavour.in $$a $$f >> control.tmp; \
substitute image.in $$a $$f >> control.tmp; \