diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-22 08:31:09 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-22 08:31:09 +0000 |
commit | b705c6ccda8e7f7bef3dee08503add84ab4227d9 (patch) | |
tree | d444524d524bfb65b2d52ea1ef11d3b84f28cacd /gnu/usr.bin/cvs/os2 | |
parent | 8996000ce3abfb3bf3ba9371f93dbb36605526e6 (diff) |
Latest version from Cyclic; files missed in first run
Diffstat (limited to 'gnu/usr.bin/cvs/os2')
-rw-r--r-- | gnu/usr.bin/cvs/os2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/os2/Makefile b/gnu/usr.bin/cvs/os2/Makefile index d1cd75719f1..f866a78585c 100644 --- a/gnu/usr.bin/cvs/os2/Makefile +++ b/gnu/usr.bin/cvs/os2/Makefile @@ -335,5 +335,9 @@ cvs.exe: ${OBJECTS} # cvs.obj: ${OBJECTS} ${SOURCES} ${HEADERS} subdir = os2 +# Hmm. This rule wants to exist on unix, so that "make dist" works. +# And it doesn't want to exist on OS/2, because configure doesn't +# run on OS/2 and so ../config.status won't exist. For now we just +# say, in emx/README, that people will need to comment it out. Makefile: ../config.status $(srcdir)/Makefile.in cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status |