mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 18:43:51 +08:00
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:
committed by
Florian Pose
parent
6e8c371c42
commit
5696f70a8f
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user