diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/stdio/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
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 |