mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
-I foo -> -Ifoo
This commit is contained in:
parent
6c16fe9225
commit
c9ffc82f46
@ -1,3 +1,7 @@
|
||||
2008-04-25 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.am: -I foo -> -Ifoo.
|
||||
|
||||
2008-04-23 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* utils.c (test_dir_matches_p): Added a test for the case
|
||||
|
@ -48,7 +48,7 @@ wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c ftp-basic.c \
|
||||
nodist_wget_SOURCES = version.c
|
||||
EXTRA_wget_SOURCES = mswindows.c
|
||||
LDADD = $(ALLOCA) $(LIBOBJS) ../lib/libgnu.a @MD5_LDADD@
|
||||
AM_CPPFLAGS = -I $(top_srcdir)/lib @MD5_CPPFLAGS@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/lib @MD5_CPPFLAGS@
|
||||
|
||||
version.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am
|
||||
echo 'const char *version_string = "@VERSION@"' > $@
|
||||
|
Loading…
Reference in New Issue
Block a user