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:
Nicola Fontana 2021-05-22 20:14:11 +02:00
parent 779437feef
commit b2b34133b8
1 changed files with 1 additions and 1 deletions

View File

@ -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 \