summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-08-09 22:49:55 +0000
committerRoland McGrath <roland@gnu.org>1993-08-09 22:49:55 +0000
commit2cb6b31a9d04edfe7b60b9d1a0e2a65c1c4f836f (patch)
treea33ccf3605778a1d47ba79bd8513f21af60edb2b /Makerules
parent6d77b1629db074f0c2b26b7d18e781d05342ab34 (diff)
Formerly Makerules.~92~
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index ec47795b89..0268815df0 100644
--- a/Makerules
+++ b/Makerules
@@ -40,8 +40,12 @@ headers := $(headers) $(sysdep_headers)
export sources := $(sources)
export headers := $(headers)
-ifneq ($(findstring e,$(MAKEFLAGS)),)
+oPATH := $(PATH)
+PATH := this definition should take precedence over $(oPATH)
+ifeq ($(PATH),$(oPATH))
You must not use the -e flag when building the GNU C library.
+else
+PATH := $(oPATH)
endif
ifndef +included-Makeconfig