]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~63~
authorRoland McGrath <roland@redhat.com>
Wed, 3 Jun 1992 03:24:11 +0000 (03:24 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 3 Jun 1992 03:24:11 +0000 (03:24 +0000)
GNUmakefile

index bc7d8debb27dea164d3459cd26cc5ecfd1f6bf7b..3b48af08eb79c8c370fd75650d7a516da2beebd3 100644 (file)
@@ -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.