Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
1f4790c6
Commit
1f4790c6
authored
Sep 01, 2009
by
Niels Möller
Browse files
Reverted previous change. config.h belongs in the src subdirectory.
Rev: Makefile.in:1.9
parent
8daeb3f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
1f4790c6
...
...
@@ -9,7 +9,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION
=
@PACKAGE_VERSION@
AUTOCONF
=
autoconf
AUTOHEADER
=
autoheader
# The directories that make all should recurse into
BUILD_SUBDIRS
=
@BUILD_SUBDIRS@ src sftp doc
...
...
@@ -48,12 +47,6 @@ bootstrap:
configure
:
configure.ac aclocal.m4
cd
$(srcdir)
&&
$(AUTOCONF)
# autoheader might not change config.h.in, so touch a stamp file.
config.h.in
:
stamp-h.in
stamp-h.in
:
configure.ac aclocal.m4
cd
$(srcdir)
&&
$(AUTOHEADER)
echo
timestamp
>
$(srcdir)
/stamp-h.in
config.status
:
configure
./config.status
--recheck
...
...
@@ -62,7 +55,7 @@ Makefile: Makefile.in config.status
# Distribution
DISTFILES
=
.bootstrap aclocal.m4 configure.ac
\
configure
stamp-h.in
config.h.in
\
configure config.h.in
\
config.guess config.sub install-sh texinfo.tex
\
Makefile.in
\
ANNOUNCE AUTHORS FAQ README COPYING
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment