Makefile
changeset 4362 0a8849e52e36
parent 4339 6501cf9c29f9
child 7760 4ab84455407c
--- a/Makefile	Fri May 22 15:32:02 2015 -0500
+++ b/Makefile	Wed May 27 11:09:36 2015 -0500
@@ -21,9 +21,7 @@
 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
-include make-rules/shared-macros.mk
-
-SUBDIRS += components
+SUBDIRS = components
 
 download:	TARGET = download
 unpack:		TARGET = unpack
@@ -46,6 +44,6 @@
 test system-test component-hook: $(SUBDIRS)
 
 $(SUBDIRS):	FORCE
-	@+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
+	@+echo "$(TARGET) $@" ; $(MAKE) -C $@ $(TARGET)
 
 FORCE: