From 3badf76cc8712e8c31b884e684911f065bd59551 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 29 Nov 2011 04:54:54 +0100 Subject: removed duplicate variable --- Makefile | 3 +-- test/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9715ed39..36d2329e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,9 @@ -PROJECT:=usdx +TARGET:=usdx TOP:=. headers:=$(wildcard ${TOP}/src/*.hpp) sources:=$(wildcard ${TOP}/src/*.cpp) -TARGET:=$(PROJECT) include ${TOP}/Makefile.inc ############################################################################## diff --git a/test/Makefile b/test/Makefile index d292b876..e7281e96 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,10 +1,9 @@ -PROJECT:=usdx-tests +TARGET:=usdx-tests TOP:=.. headers:=$(wildcard *.hpp) $(wildcard */*.hpp) sources:=$(wildcard *.cpp) $(wildcard */*.cpp) -TARGET:=$(PROJECT) include ${TOP}/Makefile.inc LDFLAGS+=-lcppunit -- cgit v1.2.3