]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(clean-here): Delete *.s files. nettle_1.11_release_20041026
authorNiels Möller <nisse@lysator.liu.se>
Tue, 26 Oct 2004 19:22:19 +0000 (21:22 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 26 Oct 2004 19:22:19 +0000 (21:22 +0200)
(PRE_CPPFLAGS): Use this variable, not INCLUDES. Removed
-I$(srcdir).

Rev: src/nettle/ChangeLog:1.290
Rev: src/nettle/Makefile.in:1.8

ChangeLog
Makefile.in

index 5e7971b9f62fb9ccb1297453139fe9f79b7a2360..82c14dd9b1ec315fc4daf6270b33098952addccb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2004-10-26  Niels Möller  <nisse@lysator.liu.se>
 
+       * 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  <nisse@lysator.liu.se>
index 58e46393bcd800ec793f53ccbd3b2ce7340f63ee..924f499ce1a870425d971514aa62473d938b12de 100644 (file)
@@ -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 \