From: Andre Noll Date: Thu, 5 Jun 2008 08:29:52 +0000 (+0200) Subject: Do not specify LDLAGS twice. X-Git-Tag: v0.1.0~81 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=866bd47be396054850ce51e2aa2b2766c1ae0505;hp=f065a93d3307f2065fcf8c95509166d15af4194c Do not specify LDLAGS twice. --- diff --git a/Makefile b/Makefile index 7d4b045..872d4d1 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ Makefile.deps: $(wildcard *.c *.h) $(CC) -c $(CPPFLAGS) $(CFLAGS) $< $(realname): $(objects) - $(CC) $(LDFLAGS) -o $@ $(objects) $(LDFLAGS) -lcrypto + $(CC) $(LDFLAGS) -o $@ $(objects) -lcrypto osl_errors.h: errlist sed -e 's/\([A-Z_]*\) .*/ E_OSL_\1/' \