From 5d59abe442449c7143cf088c3aa4b9b5d405bffb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Oct 2019 17:03:55 -0600 Subject: [PATCH] graphics/twm4nx/Makefile: Fix a recently introduced error that broke all Twm4Nx configurations. --- graphics/twm4nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/twm4nx/Makefile b/graphics/twm4nx/Makefile index 287963a81..dac0b70aa 100644 --- a/graphics/twm4nx/Makefile +++ b/graphics/twm4nx/Makefile @@ -71,7 +71,7 @@ ifeq ($(CONFIG_TWM4NX_NXTERM),y) CXXSRCS += cnxterm.cxx endif -CXXSRCS = ctwm4nx.cxx +CXXSRCS += ctwm4nx.cxx VPATH = src:apps