From 656f6150a47db2b640da03da1bc63acb6d491be5 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Wed, 26 Aug 1998 13:06:09 +0000
Subject: [PATCH] [project @ 1998-08-26 13:06:09 by simonm] minor fix to get
 source dists working.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2920bf3053ce..668364fe5509 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME)
 CURRENT_TARGET = $(MAKECMDGOALS)
 SUBDIRS = $(shell if (test x$(CURRENT_TARGET) = xinstall) ; then echo $(ProjectsToInstall); else echo $(ProjectsToBuild); fi)
 
-ifeq (x$(CURRENT_TARGET),xbinary-dist)
+ifneq ($(Project),"")
    include $(shell echo $(Project) | tr A-Z a-z)/mk/config.mk
 endif
 
-- 
GitLab