From 4437f1a6b085389c0b88ce8850d4ab1df2c22244 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 29 Nov 2004 21:08:50 +0100
Subject: [PATCH] * testsuite/Makefile.in: Use .$(OBJEXT). Explicitly set
 .SUFFIXES.

Rev: src/nettle/testsuite/Makefile.in:1.11
---
 testsuite/Makefile.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
index dc8ba6fa..5a0fde45 100644
--- a/testsuite/Makefile.in
+++ b/testsuite/Makefile.in
@@ -35,14 +35,14 @@ DISTFILES = $(SOURCES) Makefile.in $(TS_SH) run-tests rfc1750.txt testutils.h
 
 all: $(TARGETS)
 
+.SUFFIXES:
+.SUFFIXES: .c .$(OBJEXT) .exe
+
 .c.$(OBJEXT):
 	$(COMPILE) -I.. -c $< && $(DEP_PROCESS)
 
-.o$(EXEEXT):
+.$(OBJEXT)$(EXEEXT):
 	$(LINK) $< testutils.o -lnettle $(LIBS) -o $@
-# .c$(EXEEXT):
-# 	$(COMPILE) -I..
-# 	$(CC) $(CFLAGS) $(LDFLAGS) $*.o testutils.o -L.. -lnettle $(LIBS) -o $@
 
 $(TARGETS) : testutils.$(OBJEXT) ../libnettle.a
 
-- 
GitLab