From efafc6f95b0bfedf63efafc55416846974a67bcc Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Fri, 22 Nov 2019 10:30:14 +0000 Subject: "Promote" gpdl from experimental to actual product Really, add gpdl to the default targets list. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index d5f9972d4..5b632c197 100644 --- a/Makefile.in +++ b/Makefile.in @@ -205,7 +205,7 @@ PCL_TARGET=@PCL_TARGET@ XPS_TARGET=@XPS_TARGET@ GPDL_TARGET=@GPDL_TARGET@ -PCL_XPS_TARGETS=$(PCL_TARGET) $(XPS_TARGET) @GPDL_TARGET_VAR@ +PCL_XPS_PDL_TARGETS=$(PCL_TARGET) $(XPS_TARGET) $(GPDL_TARGET) # Define the directories for debugging and profiling binaries, relative to # the standard binaries. -- cgit v1.2.1