Fix minor typo in last commit

This commit is contained in:
Kris Maglione 2006-06-27 20:23:34 -04:00
parent b5ae71f549
commit a215076fb4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ${SRC:.c=}: ${SRC:.c=.o}
${X11SRC:.c=}: ${X11SRC:.c=.o}
@echo LD $*
@${CC} -o $* $*.o ${LDFLAGS} ${X11LDFLAGS}
@${CC} -o $* $*.o ${X11LDFLAGS}
# Solaris
# @${CC} -o $* $*.o ${LDFLAGS} -lsocket