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

Use .$(OBJEXT).

Rev: src/nettle/Makefile.in:1.16
parent 9530564c
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ $(SHLIBFORLINK): $(nettle_PURE_OBJS) ...@@ -131,7 +131,7 @@ $(SHLIBFORLINK): $(nettle_PURE_OBJS)
$(COMPILE) $(SHLIBCFLAGS) -c $< -o $@ \ $(COMPILE) $(SHLIBCFLAGS) -c $< -o $@ \
&& $(DEP_PROCESS) && $(DEP_PROCESS)
.o$(EXEEXT): .$(OBJEXT)$(EXEEXT):
$(LINK) $< $(LIBS) -o $@ $(LINK) $< $(LIBS) -o $@
aesdata$(EXEEXT): aesdata.$(OBJEXT) aesdata$(EXEEXT): aesdata.$(OBJEXT)
......
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