SRCS should contain *.c's, not *.o's.
This commit is contained in:
parent
9c5df0ae70
commit
3e0ac24dc1
@ -1,9 +1,9 @@
|
|||||||
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
|
# 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.1 1993/08/05 18:26:29 conklin Exp $
|
||||||
|
|
||||||
LIB= uucp
|
LIB= uucp
|
||||||
SRCS= buffer.o crc.o debug.o escape.o getopt.o getop1.o parse.o \
|
SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \
|
||||||
spool.o status.o xfree.o xmall.o xreall.o getlin.o
|
spool.c status.c xfree.c xmall.c xreall.c getlin.c
|
||||||
CFLAGS+= -I$(.CURDIR)/../common_sources
|
CFLAGS+= -I$(.CURDIR)/../common_sources
|
||||||
|
|
||||||
NOMAN= noman
|
NOMAN= noman
|
||||||
|
Loading…
x
Reference in New Issue
Block a user