diff options
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r-- | libc/inet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 8c846370f..95432060e 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -47,9 +47,11 @@ ar-target: $(OBJS) $(MOBJ): $(MSRC) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o + $(STRIPTOOL) -x -R .note -R .comment $*.o $(MOBJ2): $(MSRC2) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o + $(STRIPTOOL) -x -R .note -R .comment $*.o $(OBJS): Makefile |