mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 18:14:20 -05:00
correct spurious line split
This commit is contained in:
parent
efd1b55cd8
commit
ce6b5c6e23
|
|
@ -16,8 +16,7 @@ export OBJCOPY := $(PREFIX)objcopy
|
|||
|
||||
define adjustdepends
|
||||
cp $(DEPSDIR)/$*.d $(DEPSDIR)/$*.P;
|
||||
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/^ *//' -e 's/ *\\$$//' -e
|
||||
'/^$$/ d' -e 's/$$/ :/' < $(DEPSDIR)/$*.P >> $(DEPSDIR)/$*.d;
|
||||
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/^ *//' -e 's/ *\\$$//' -e '/^$$/ d' -e 's/$$/ :/' < $(DEPSDIR)/$*.P >> $(DEPSDIR)/$*.d;
|
||||
rm $(DEPSDIR)/$*.P
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user