summaryrefslogtreecommitdiff
path: root/libc/stdio/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-16 22:55:15 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-16 22:55:15 +0000
commit34074d24da57f821430c6f9d1b2cb58e06794ed1 (patch)
tree65ce3f71da6dd4b249cfe8a170275d50180050e3 /libc/stdio/Makefile
parente029f68bffea72f64ca87d87dcd488269fb25240 (diff)
Some more makefile fixes.
-Erik
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r--libc/stdio/Makefile9
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