diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-19 01:28:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-19 01:28:40 +0000 |
commit | 8abb719409c9060a7c0676f76e9182c1e0b8ca46 (patch) | |
tree | b88cc5a6cd513a04a512b7e6215c873c90a1c5dd /net/atm | |
parent | f01bd7aeafd95a08aafc9e3636bb26974df69d82 (diff) |
Merge with 2.3.99-pre1.
Diffstat (limited to 'net/atm')
-rw-r--r-- | net/atm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/Makefile b/net/atm/Makefile index 999fe1203..1c525f601 100644 --- a/net/atm/Makefile +++ b/net/atm/Makefile @@ -58,4 +58,4 @@ endif include $(TOPDIR)/Rules.make mpoa.o: mpc.o mpoa_caches.o mpoa_proc.o - ld -r -o mpoa.o mpc.o mpoa_caches.o mpoa_proc.o + $(LD) -r -o mpoa.o mpc.o mpoa_caches.o mpoa_proc.o |