From: Niels Möller Date: Tue, 26 Oct 2004 19:22:19 +0000 (+0200) Subject: (clean-here): Delete *.s files. X-Git-Tag: nettle_1.11_release_20041026 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c98b0b59593516687686c3994cf9b3c8fd0ff9;p=thirdparty%2Fnettle.git (clean-here): Delete *.s files. (PRE_CPPFLAGS): Use this variable, not INCLUDES. Removed -I$(srcdir). Rev: src/nettle/ChangeLog:1.290 Rev: src/nettle/Makefile.in:1.8 --- diff --git a/ChangeLog b/ChangeLog index 5e7971b9..82c14dd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2004-10-26 Niels Möller + * Released nettle-1.11. + + * Makefile.in (clean-here): Delete *.s files. + (PRE_CPPFLAGS): Use this variable, not INCLUDES. Removed + -I$(srcdir). + * x86/arcfour-crypt.asm: Use movzbl when extending %cl to 32 bits. 2004-10-24 Niels Möller diff --git a/Makefile.in b/Makefile.in index 58e46393..924f499c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,8 +11,7 @@ SUBDIRS = tools testsuite examples include config.make -# FIXME: Really need -I$(srcdir) ??? -INCLUDES = -I. -I$(srcdir) +PRE_CPPFLAGS = -I. TARGETS = aesdata$(EXEEXT) desdata$(EXEEXT) shadata$(EXEEXT) \ libnettle.a $(SHLIBTARGET) \ @@ -318,7 +317,7 @@ distcheck: dist $(rm_distcheck) clean-here: - -rm -f $(TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.d + -rm -f $(TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.d *.s distclean-here: clean-here -rm -f config.h stamp-h config.log config.status \