Fix EXTRA_DIST files for e1000e
In `devices/e1000e/Makefile.am` there was a really sneaky double backslash that messed up the whole EXTRA_DIST list.
This commit is contained in:
parent
779437feef
commit
b2b34133b8
|
|
@ -368,7 +368,7 @@ EXTRA_DIST = \
|
|||
nvm-3.6-ethercat.c \
|
||||
nvm-3.6-orig.c \
|
||||
nvm-3.8-ethercat.c \
|
||||
nvm-3.8-orig.c \ \
|
||||
nvm-3.8-orig.c \
|
||||
nvm-4.4-ethercat.c \
|
||||
nvm-4.4-ethercat.h \
|
||||
nvm-4.4-orig.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue