branch: externals/idlwave
commit 66b53adf45a9dcb8e3c6291ab88c004e6fec7a13
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    distfile depends on $(DISTFILES)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ec894eccb2..736c04c133 100644
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,7 @@ ccompile:
 #      if [ ! -d $(MY_INFODIR) ]; then mkdir $(MY_INFODIR); else true; fi ;
 #      $(CP) $(INFOFILES) $(MY_INFODIR)
 
-distfile:
+distfile: $(DISTFILES)
        @if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi
 #      make rinfo
        rm -rf idlwave-$(TAG)

Reply via email to