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 committed by Florian Pose
parent 6e8c371c42
commit 5696f70a8f
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,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 \