Removed extra release related makefiles.
This commit is contained in:
parent
041643c519
commit
52cc7d04cf
|
@ -222,6 +222,9 @@ $(PCH): $(uhub_HEADERS)
|
||||||
$(MV) $@.tmp $@
|
$(MV) $@.tmp $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
autotest.c: $(autotest_SOURCES)
|
||||||
|
$(shell exotic --standalone $(autotest_SOURCES) > $@)
|
||||||
|
|
||||||
$(autotest_OBJECTS): autotest.c
|
$(autotest_OBJECTS): autotest.c
|
||||||
$(MSG_CC) $(CC) -c $(CFLAGS) -Isrc -o $@.tmp $< && \
|
$(MSG_CC) $(CC) -c $(CFLAGS) -Isrc -o $@.tmp $< && \
|
||||||
$(MV) $@.tmp $@
|
$(MV) $@.tmp $@
|
||||||
|
|
Loading…
Reference in New Issue