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

(aesdata, desdata): Commented out the explicit

targets.
(shadata): Avoid using $< in non-pattern rule.

Rev: src/nettle/ChangeLog:1.312
Rev: src/nettle/Makefile.in:1.17
parent 38ad5464
No related branches found
No related tags found
No related merge requests found
2004-12-02 Niels Mller <niels@s3.kth.se>
* Makefile.in (aesdata, desdata): Commented out the explicit
targets.
(shadata): Avoid using $< in non-pattern rule.
2004-12-01 Niels Mller <nisse@lysator.liu.se>
* config.make.in: Added a default target.
......
......@@ -134,14 +134,14 @@ $(SHLIBFORLINK): $(nettle_PURE_OBJS)
.$(OBJEXT)$(EXEEXT):
$(LINK) $< $(LIBS) -o $@
aesdata$(EXEEXT): aesdata.$(OBJEXT)
$(LINK) $< $(LIBS) -o $@
desdata$(EXEEXT): desdata.$(OBJEXT)
$(LINK) $< $(LIBS) -o $@
# aesdata$(EXEEXT): aesdata.$(OBJEXT)
# $(LINK) $< $(LIBS) -o $@
#
# desdata$(EXEEXT): desdata.$(OBJEXT)
# $(LINK) $< $(LIBS) -o $@
shadata$(EXEEXT): shadata.$(OBJEXT)
$(LINK) $< $(LIBS) -lm -o $@
$(LINK) shadata.$(OBJEXT) $(LIBS) -lm -o $@
# desCore rules
# It seems using $(srcdir)/ doesn't work with GNU make 3.79.1
......
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