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-08-24 17:33:30 +02:00
committed by Florian Pose
parent 6e8c371c42
commit 5696f70a8f
+1 -1
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 \