diff --git a/Makefile.in b/Makefile.in index e50646f101563240d8c28871a582ba7bbe868a72..0e3e29ddf95bdd8d295603157588b4dbad282f5e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,6 @@ ifndef RCG_BUILD_NO_KOBJ @echo Building front-end Linux kernel module $@... # copy IOP symbol file to build area if found @cp src/fe/ModuleIOP.symvers src/fe/$@ > /dev/null 2>&1 || /bin/true - @cat /opt/DIS/lib/modules/$(linux_version)/*.symvers > src/fe/$@/Module.symvers || /bin/true # build the FE model @make -C src/fe/$@ >> $@.log 2>>$@_error.log || (tail $@.log; cat $@_error.log && /bin/false) # save IOP symbol for other models, if we don't already have it