diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -6,6 +6,7 @@ | |||
6 | - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure | 6 | - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure |
7 | build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin | 7 | build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin |
8 | Brott. | 8 | Brott. |
9 | - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov. | ||
9 | 10 | ||
10 | 20130227 | 11 | 20130227 |
11 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 12 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
diff --git a/Makefile.in b/Makefile.in index 45509658f..38ffbdc3b 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.334 2013/03/05 10:50:09 dtucker Exp $ | 1 | # $Id: Makefile.in,v 1.335 2013/03/05 22:23:59 tim Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -381,7 +381,7 @@ uninstall: | |||
381 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 | 381 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 |
382 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 382 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
383 | 383 | ||
384 | regress/modpipe: $(srcdir)/regress/modpipe.c | 384 | regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c |
385 | [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ | 385 | [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ |
386 | $(CC) $(CPPFLAGS) -o $@ $? \ | 386 | $(CC) $(CPPFLAGS) -o $@ $? \ |
387 | $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) | 387 | $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) |