From 78e37bb234b32a6386a4de02e482978d51570cc1 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 9 Dec 2011 13:01:56 +0000 Subject: [PATCH] no point making a release target, just run mk_release --- Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 87ecf9d..bf778bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,17 +69,12 @@ thin_repair: $(OBJECTS) thin_repair.o clean: rm -f *.o unit-tests/*.o $(TEST_PROGRAMS) $(PROGRAMS) - .PHONEY: install install: $(PROGRAMS) $(INSTALL_PROGRAM) -D thin_repair $(BINDIR)/thin_repair $(INSTALL_PROGRAM) -D thin_dump $(BINDIR)/thin_dump $(INSTALL_PROGRAM) -D thin_restore $(BINDIR)/thin_restore -.PHONEY: release -release: - - include $(subst .cc,.d,$(SOURCE)) include $(subst .cc,.d,$(TEST_SOURCE)) include $(subst .cc,.d,$(PROGRAM_SOURCE))