Skip to content
Snippets Groups Projects
Commit 95c98b0b authored by Niels Möller's avatar Niels Möller
Browse files

(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
parent fe3faa93
No related branches found
No related tags found
No related merge requests found
2004-10-26 Niels Mller <nisse@lysator.liu.se> 2004-10-26 Niels Mller <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. * x86/arcfour-crypt.asm: Use movzbl when extending %cl to 32 bits.
2004-10-24 Niels Mller <nisse@lysator.liu.se> 2004-10-24 Niels Mller <nisse@lysator.liu.se>
......
...@@ -11,8 +11,7 @@ SUBDIRS = tools testsuite examples ...@@ -11,8 +11,7 @@ SUBDIRS = tools testsuite examples
include config.make include config.make
# FIXME: Really need -I$(srcdir) ??? PRE_CPPFLAGS = -I.
INCLUDES = -I. -I$(srcdir)
TARGETS = aesdata$(EXEEXT) desdata$(EXEEXT) shadata$(EXEEXT) \ TARGETS = aesdata$(EXEEXT) desdata$(EXEEXT) shadata$(EXEEXT) \
libnettle.a $(SHLIBTARGET) \ libnettle.a $(SHLIBTARGET) \
...@@ -318,7 +317,7 @@ distcheck: dist ...@@ -318,7 +317,7 @@ distcheck: dist
$(rm_distcheck) $(rm_distcheck)
clean-here: clean-here:
-rm -f $(TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.d -rm -f $(TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.d *.s
distclean-here: clean-here distclean-here: clean-here
-rm -f config.h stamp-h config.log config.status \ -rm -f config.h stamp-h config.log config.status \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment