From 79cb6555cf3120be3c8418a7331f195634a78e41 Mon Sep 17 00:00:00 2001 From: example Date: Fri, 18 Nov 2016 11:10:05 -0600 Subject: [PATCH] Error in Makefile --- Admin/Makefile | 2 +- Shared/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Makefile b/Admin/Makefile index 938aee4..f4cb3e3 100644 --- a/Admin/Makefile +++ b/Admin/Makefile @@ -5,7 +5,7 @@ compile: @echo Nothing to compile. install: compile - for i in ${LIST}; do cp ./$$i ${LOCATION} + for i in ${LIST}; do cp ./$$i ${LOCATION}; done make checkperm reverse: diff --git a/Shared/Makefile b/Shared/Makefile index 9338206..32f1063 100644 --- a/Shared/Makefile +++ b/Shared/Makefile @@ -5,7 +5,7 @@ compile: @echo Nothing to compile. install: compile - for i in ${LIST}; do cp ./$$i ${LOCATION} + for i in ${LIST}; do cp ./$$i ${LOCATION}; done make checkperm reverse: