-I foo -> -Ifoo

This commit is contained in:
Micah Cowan 2008-04-25 20:05:29 -07:00
parent 6c16fe9225
commit c9ffc82f46
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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@"' > $@