glibc hates stripping
This commit is contained in:
parent
97b6c267ce
commit
726973dcd5
4
Makefile
4
Makefile
|
@ -26,8 +26,8 @@ cat.o grep.o tail.o: text.h
|
|||
@$(CC) -c -o $@ $< $(CFLAGS)
|
||||
|
||||
util.a: $(LIB)
|
||||
@echo AR rc $@
|
||||
@$(AR) rc $@ $(LIB)
|
||||
@echo AR -r $@
|
||||
@$(AR) -r -c $@ $(LIB)
|
||||
|
||||
dist: clean
|
||||
@echo creating dist tarball
|
||||
|
|
Loading…
Reference in New Issue
Block a user