summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/e1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/e1/Makefile')
-rw-r--r--libc/sysdeps/linux/e1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/e1/Makefile b/libc/sysdeps/linux/e1/Makefile
index 8bde83fdd..4c9290ae6 100644
--- a/libc/sysdeps/linux/e1/Makefile
+++ b/libc/sysdeps/linux/e1/Makefile
@@ -43,8 +43,8 @@ all: $(OBJS) $(LIBC)
$(LIBC): ar-target
ar-target: $(OBJS) $(CRT0_OBJ) $(CTOR_TARGETS)
- $(AR) $(ARFLAGS) $(LIBC) $(OBJS) #Tassos
- cp $(CRT0_OBJ) $(TOPDIR)lib/$(CRT0_OBJ) #Tassos
+ $(AR) $(ARFLAGS) $(LIBC) $(OBJS)
+ cp $(CRT0_OBJ) $(TOPDIR)lib/$(CRT0_OBJ)
$(CRT0_OBJ): %.o : %.S
$(CC) $(CFLAGS) -c $< -o $@