From 34074d24da57f821430c6f9d1b2cb58e06794ed1 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 16 May 2000 22:55:15 +0000 Subject: Some more makefile fixes. -Erik --- libc/stdio/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libc/stdio/Makefile') diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 020d33ce0..1aa8354f4 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -37,12 +37,13 @@ $(LIBC)($(SOBJ)): $(SSRC) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o $(AR) $(ARFLAGS) $@ $*.o -transfer: - -@rm -f ../include/stdio.h - cp -p stdio.h ../include/. +#transfer: +# -@rm -f ../include/stdio.h +# cp -p stdio.h ../include/. +# +#$(LIBC)($(OBJ)): stdio.h clean: rm -f *.o libc.a -$(LIBC)($(OBJ)): stdio.h -- cgit v1.2.3