Support the PCC compiler.

This commit is contained in:
Roy Marples
2008-02-20 18:06:01 +00:00
parent d3d22914fc
commit 405cea1f19
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ LDFLAGS+= ${PROGLDFLAGS}
all: depend ${PROG}
${PROG}: ${SCRIPTS} ${OBJS}
${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
clean:
rm -f ${OBJS} ${PROG} ${CLEANFILES}