Removed extra release related makefiles.

This commit is contained in:
Jan Vidar Krey 2009-03-16 18:27:29 +01:00
parent 041643c519
commit 52cc7d04cf
1 changed files with 3 additions and 0 deletions

View File

@ -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 $@