Skip to content
Snippets Groups Projects
Commit 6b8eca26 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now works for makes without VPATH

Rev: src/modules/_Crypto/lib/Makefile.in:1.9
parent 18862205
No related branches found
No related tags found
No related merge requests found
...@@ -67,11 +67,11 @@ desCore.a: $O ...@@ -67,11 +67,11 @@ desCore.a: $O
ar cru $@ $O ar cru $@ $O
$(RANLIB) $@ $(RANLIB) $@
desdata.o: desinfo.h des.h desdata.o: desinfo.h $(SRCDIR)/../include/des.h
desUtil.o: $(GH) desUtil.o: $(GH)
$(SO): des.h $(SO): $(SRCDIR)/../include/des.h
$(GI): desCode.h des.h Makefile $(GI): desCode.h $(SRCDIR)/../include/des.h Makefile
desTest.o: des.h desTest.o: $(SRCDIR)/../include/des.h
$(GH): desdata $(GH): desdata
./desdata $@ > $@ ./desdata $@ > $@
......
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