diff --git a/bacnet-stack/Makefile b/bacnet-stack/Makefile index e687965f..94a500ff 100644 --- a/bacnet-stack/Makefile +++ b/bacnet-stack/Makefile @@ -56,19 +56,12 @@ endif endif CFLAGS = $(WARNINGS) $(DEBUGGING) $(OPTIMIZATION) $(STANDARDS) $(INCLUDES) $(DEFINES) -DEMO_LINUX = -ifeq (${BACNET_PORT},linux) -ifneq (${OSTYPE},cygwin) - DEMO_LINUX=router -endif -endif - # Export the variables defined here to all subprocesses # (see http://www.gnu.org/software/automake/manual/make/Special-Targets.html) .EXPORT_ALL_VARIABLES: all: library demos gateway router-ipv6 ${DEMO_LINUX} -.PHONY : all library demos router gateway router-ipv6 ${DEMO_LINUX} clean +.PHONY : all library demos router gateway router-ipv6 clean library: $(MAKE) -s -C lib all