mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-22 19:58:29 +01:00
* Makefile.am: Use $(CC) instead of "cc" to compile, as the user might
be overriding the compiler.
This commit is contained in:
parent
9855a6b18a
commit
564436af6f
@ -1,3 +1,8 @@
|
||||
2008-09-05 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Use $(CC) instead of "cc" to compile, as the user
|
||||
might be overriding the compiler.
|
||||
|
||||
2008-08-19 Werner Koch <wk@g10code.com>
|
||||
|
||||
* iobuf.c: Avoid passing a NULL (iobuf_t)->desc to the log
|
||||
|
@ -64,17 +64,17 @@ libcompat_a_DEPENDENCIES = @LIBOBJS@
|
||||
libcompat_a_LIBADD = @LIBOBJS@
|
||||
|
||||
http-test: http.c
|
||||
cc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \
|
||||
$(CC) -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \
|
||||
-DTEST -o http-test http.c libutil.a @LIBINTL@ @DNSLIBS@ @CAPLIBS@
|
||||
|
||||
srv-test: srv.c
|
||||
cc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \
|
||||
$(CC) -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \
|
||||
-DTEST -o srv-test srv.c libutil.a @LIBINTL@ @DNSLIBS@ @CAPLIBS@
|
||||
|
||||
pka-test: pka.c
|
||||
cc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \
|
||||
$(CC) -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \
|
||||
-DTEST -o pka-test pka.c libutil.a @LIBINTL@ @DNSLIBS@ @CAPLIBS@
|
||||
|
||||
cert-test: cert.c
|
||||
cc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \
|
||||
$(CC) -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \
|
||||
-DTEST -o cert-test cert.c libutil.a @LIBINTL@ @DNSLIBS@ @CAPLIBS@
|
||||
|
Loading…
x
Reference in New Issue
Block a user