]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(.c.$(OBJEXT)): Removed redundant -I.. flag.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 16:26:56 +0000 (18:26 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 16:26:56 +0000 (18:26 +0200)
Rev: src/nettle/tools/Makefile.in:1.4

tools/Makefile.in

index c4b707a0ed14e00267d4d6cea1af9854427de8f0..ba7f65e5485ba9b1ad777b171dbcb9db47b50bbd 100644 (file)
@@ -27,7 +27,7 @@ nettle-lfib-stream: nettle-lfib-stream.$(OBJEXT) ../libnettle.a
        $(LINK) $^ $(LIBS) -L.. -lnettle -o $@
 
 .c.$(OBJEXT):
-       $(COMPILE) -I.. -c $< && $(DEP_PROCESS)
+       $(COMPILE) -c $< && $(DEP_PROCESS)
 
 
 .PRECIOUS: Makefile