]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 29 Dec 2002 20:18:21 +0000 (20:18 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 29 Dec 2002 20:18:21 +0000 (20:18 +0000)
tests/Makefile

index d4e98a2e949f588ab20d457b3f6fa0f4d2c36d7d..84505c242dd109699f8bc99046d8becb10a0de6f 100644 (file)
@@ -5,15 +5,10 @@ CFLAGS=-O2 -I../libextra/ -I../ -I../lib/ `../lib/libgnutls-config --cflags`
 
 all: x509test opgptest
 
-x509test: x509_test.o
-
-x509_test.o: x509_test.c
+x509test: x509_test.c
        $(CC) $(CFLAGS) x509_test.c $(LIBS) -o x509test
 
-
-opgptest: openpgp_test.o
-
-openpgp_test.o: openpgp_test.c
+opgptest: openpgp_test.c
        $(CC) $(CFLAGS) openpgp_test.c $(LIBS2) -o opgptest