diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-21 08:01:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-21 08:01:27 +0000 |
commit | 7d375209b95eda02deba7beac6babe7e807b1af9 (patch) | |
tree | 286109c7bd9f6cadfaaaa9049f4c77668b4112db | |
parent | 75448c19f4b7a8724fd316f4d5eedf09e2b2959d (diff) | |
download | gunmake-7d375209b95eda02deba7beac6babe7e807b1af9.tar.gz |
Formerly GNUmakefile.~55~
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index af72d88..1ac4dcf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -71,7 +71,7 @@ endif LOADLIBES := $(LOADLIBES) \ $(libc_dir)/mcheck-init.o \ $(libc_dir)/libc.a \ - /usr/local/lib/gcc-lib/$(gcc-arch)/2.1/libgcc.a \ + -lgcc \ $(libc_dir)/libc.a $(prog): $(libc_dir)/libc.a |