summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2013-03-05 14:23:58 -0800
committerTim Rice <tim@multitalents.net>2013-03-05 14:23:58 -0800
commitff8bda8f05e85b1196ec3a135d9970c475bcdcdb (patch)
treeb779839b876b8f0b1c263f47d6ed58ff68cb18b4 /Makefile.in
parent29c7151d2055ce8469e07e6ac40b1c5b18bfeff0 (diff)
- (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 45509658..38ffbdc3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.334 2013/03/05 10:50:09 dtucker Exp $
+# $Id: Makefile.in,v 1.335 2013/03/05 22:23:59 tim Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -381,7 +381,7 @@ uninstall:
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
-regress/modpipe: $(srcdir)/regress/modpipe.c
+regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
$(CC) $(CPPFLAGS) -o $@ $? \
$(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)