summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/windows-NT/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/windows-NT/Makefile.in')
-rw-r--r--gnu/usr.bin/cvs/windows-NT/Makefile.in22
1 files changed, 21 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/windows-NT/Makefile.in b/gnu/usr.bin/cvs/windows-NT/Makefile.in
index 6a2158c9fdf..8697f8efaaa 100644
--- a/gnu/usr.bin/cvs/windows-NT/Makefile.in
+++ b/gnu/usr.bin/cvs/windows-NT/Makefile.in
@@ -2,6 +2,17 @@
#### this makefile. However, we need this file in order for 'make
#### dist' to work properly on Unix machines.
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+cvs_srcdir = @top_srcdir@/src
+VPATH = @srcdir@
+
+SHELL = /bin/sh
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+
HEADERS = \
alloca.h \
config.h \
@@ -45,4 +56,13 @@ lint:
.PHONY: dist-dir
dist-dir:
mkdir ${DISTDIR}
- ln ${DISTFILES} ${DISTDIR}
+ for i in ${DISTFILES}; do \
+ ln $(srcdir)/$${i} ${DISTDIR}; \
+ done
+
+clean:
+ @echo make clean does nothing in windows-NT subdir
+
+subdir = windows-NT
+Makefile: ../config.status Makefile.in
+ cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status