# HG changeset patch # User Florian Pose # Date 1326101673 -3600 # Node ID 353c285b5ff702212dc14e27e1710f3f1b51166e # Parent b6c4c8940d0a5fefa994385bfcbc5367d86b4061 Fixed missing slash. diff -r b6c4c8940d0a -r 353c285b5ff7 devices/e1000/Makefile.am --- a/devices/e1000/Makefile.am Mon Jan 09 10:28:36 2012 +0100 +++ b/devices/e1000/Makefile.am Mon Jan 09 10:34:33 2012 +0100 @@ -193,7 +193,7 @@ e1000_param-2.6.29-ethercat.c \ e1000_param-2.6.29-orig.c \ e1000_param-2.6.32-ethercat.c \ - e1000_param-2.6.32-orig.c + e1000_param-2.6.32-orig.c \ e1000_param-2.6.33-ethercat.c \ e1000_param-2.6.33-orig.c \ e1000_param-2.6.37-ethercat.c \