summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2004-10-26 21:22:19 +0200
committerNiels Möller <nisse@lysator.liu.se>2004-10-26 21:22:19 +0200
commit95c98b0b59593516687686c3994cf9b3c8fd0ff9 (patch)
treecaa3478b4c6940df7b0be6651c2e6387ff8586ff
parentfe3faa9369508093c8fda5da0b440c604b028a64 (diff)
downloadnettle-95c98b0b59593516687686c3994cf9b3c8fd0ff9.tar.gz
(clean-here): Delete *.s files.nettle_1.11_release_20041026
(PRE_CPPFLAGS): Use this variable, not INCLUDES. Removed -I$(srcdir). Rev: src/nettle/ChangeLog:1.290 Rev: src/nettle/Makefile.in:1.8
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e7971b9..82c14dd9 100644
--- 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>
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 \