summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/emx/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1999-02-28 21:40:27 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1999-02-28 21:40:27 +0000
commit4029a51f9c2b0ad309f4f23f3cba7ede7fac899f (patch)
treecf913d37ef295489f01af17556f1d6617ea09559 /gnu/usr.bin/cvs/emx/Makefile
parentba707f202e47b4ab25fd33f1bd80beba9137c242 (diff)
Latest version from Cyclic; skipped files
Diffstat (limited to 'gnu/usr.bin/cvs/emx/Makefile')
-rw-r--r--gnu/usr.bin/cvs/emx/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/emx/Makefile b/gnu/usr.bin/cvs/emx/Makefile
index 95712331bd8..066a86677a6 100644
--- a/gnu/usr.bin/cvs/emx/Makefile
+++ b/gnu/usr.bin/cvs/emx/Makefile
@@ -11,10 +11,10 @@ project: cvs.exe
install_dir = s:/gnu/util
# srcdir is usually "."
-srcdir = .
+srcdir = ../../work/ccvs/emx
# top_srcdir is usually ".."
-top_srcdir = ..
+top_srcdir = ../../work/ccvs
lib_dir = ${top_srcdir}/lib
cvs_srcdir = ${top_srcdir}/src
@@ -332,6 +332,9 @@ install-cvs: cvs.exe
%.o: %.c
gcc ${OBJ_CFLAGS} ${CFLAGS} -o $@ -c $*.c
+${cvs_srcdir}/rcscmds.o: ${cvs_srcdir}/rcscmds.c ${top_srcdir}/diff/diffrun.h
+ gcc ${OBJ_CFLAGS} ${CFLAGS} -I${top_srcdir}/diff -o $@ -c $*.c
+
${lib_dir}/libcvs.a: $(LIB_OBJECTS)
$(AR) cr $@ $(LIB_OBJECTS)