diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-03 03:24:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-03 03:24:11 +0000 |
commit | 72b7cf376b5553d4f94511c7386f728831e33aa8 (patch) | |
tree | dcb218edb620b4c1fed2a0fadc0cb85e5b99444b | |
parent | 374e8d510a07779bfcbd765528fa6f87f114e43a (diff) | |
download | gunmake-72b7cf376b5553d4f94511c7386f728831e33aa8.tar.gz |
Formerly GNUmakefile.~63~
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index bc7d8de..3b48af0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,7 +60,6 @@ ifndef no_libc libc_dir = /home/gd2/gnu/libc/$(ARCH) ifneq ($(wildcard $(libc_dir)),) ifneq ($(wildcard $(libc_dir)/works-for-make),) -dash_m := -M #CPPFLAGS := -I$(libc_dir)/include #LDFLAGS := -nostdlib $(libc_dir)/lib/start.o #LOADLIBES := $(LOADLIBES) \ @@ -68,11 +67,10 @@ dash_m := -M # $(libc_dir)/lib/libc.a \ # -lgcc \ # $(libc_dir)/lib/libc.a -$(CC) := $(CC) -b glibc -$(prog): $(libc_dir)/lib/libc.a +CC := $(CC) -b glibc # glob is in the C library. -globdep = +globdep = $(libc_dir)/lib/libc.a globlib = # So is getopt. |