diff options
Diffstat (limited to 'base')
| -rwxr-xr-x | base/new-c-proj | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/base/new-c-proj b/base/new-c-proj index 865e139..48dc599 100755 --- a/base/new-c-proj +++ b/base/new-c-proj @@ -108,7 +108,7 @@ if printf '%s\n' "$1" | grep '^lib' >/dev/null 2>/dev/null; then  		x	\$(AR) rc \$@ \$(OBJ)  		$1.\$(LIBEXT): \$(LOBJ) -		x	\$(CC) \$(LIBFLAGS) -o $@ \$(LOBJ) \$(LDFLAGS) +		x	\$(CC) \$(LIBFLAGS) -o \$@ \$(LOBJ) \$(LDFLAGS)  		install: $1.a $1.\$(LIBEXT)  		x	mkdir -p -- "\$(DESTDIR)\$(PREFIX)/lib" | 
