From 52cc7d04cfd3a12a2e65fa4ac91832ade37269b2 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Mon, 16 Mar 2009 18:27:29 +0100 Subject: [PATCH] Removed extra release related makefiles. --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 49bb8ca..4f5f6ee 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -222,6 +222,9 @@ $(PCH): $(uhub_HEADERS) $(MV) $@.tmp $@ endif +autotest.c: $(autotest_SOURCES) + $(shell exotic --standalone $(autotest_SOURCES) > $@) + $(autotest_OBJECTS): autotest.c $(MSG_CC) $(CC) -c $(CFLAGS) -Isrc -o $@.tmp $< && \ $(MV) $@.tmp $@