| Kernel v2.2.18 /Rules.make |
|---|
 2.2.18
 Rules.make
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/Rules.make linux/Rules.make
--- v2.2.17/Rules.make Sat Sep 9 18:42:32 2000
+++ linux/Rules.make Sat Oct 28 15:08:05 2000
@@ -77,7 +77,7 @@
$(O_TARGET): $(ALL_O)
rm -f $@
ifneq "$(strip $(ALL_O))" ""
- $(LD) $(EXTRA_LDFLAGS) -r -o $@ $(ALL_O)
+ $(LD) $(EXTRA_LDFLAGS) -r -o $@ $(filter $(ALL_O), $^)
else
$(AR) rcs $@
endif
|