- (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov.

This commit is contained in:
Tim Rice 2013-03-05 14:23:58 -08:00
parent 29c7151d20
commit ff8bda8f05
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@
- (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure
build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin
Brott. Brott.
- (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov.
20130227 20130227
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]

View File

@ -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 # uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@ #SHELL = @SH@
@ -381,7 +381,7 @@ uninstall:
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 -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; \ [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
$(CC) $(CPPFLAGS) -o $@ $? \ $(CC) $(CPPFLAGS) -o $@ $? \
$(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)