SRCS is for source files, not object files!

This commit is contained in:
mycroft 1993-08-16 01:16:12 +00:00
parent 377989dc53
commit ee517430bf
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
# $Id: Makefile,v 1.2 1993/08/05 16:14:59 jtc Exp $
# $Id: Makefile,v 1.3 1993/08/16 01:16:12 mycroft Exp $
LIB= uucp
SRCS= buffer.o crc.o debug.o escape.o getopt.o getop1.o parse.o \
spool.o status.o xfree.o xmall.o xreall.o getlin.o
SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \
spool.c status.c xfree.c xmall.c xreall.c getlin.c
CFLAGS+= -I$(.CURDIR)/../common_sources
NOMAN= noman