From ce9dfc6bb4156c3a47142a0708a1fe4cbed72f32 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 18 Oct 2018 16:20:45 +0200 Subject: [PATCH] need some .o files, but there aren't many any more --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d70b7fcdb..4c953996d 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,4 @@ copysrc: tar cf - --exclude-vcs --exclude-backups --exclude=O.* modules/*/src | tar xf - -C $(INSTALL_LOCATION) tar: - tar cfjP epics_base-$(EPICS_VERSION_NUMBER).tar.bz2 $(INSTALL_LOCATION) --exclude=*.o + tar cfjP epics_base-$(EPICS_VERSION_NUMBER).tar.bz2 $(INSTALL_LOCATION)