summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschodet2007-07-05 15:22:01 +0000
committerschodet2007-07-05 15:22:01 +0000
commitd368fff518821440c33cc805a66d7299f3cc1a38 (patch)
treed774504cabc7fff3672a7667190da8e90a644fef
parentaa73e90099b676a9d94d9dd7938d56901d5c0a75 (diff)
Removed extra space added by a faulty project-template script.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@448 017c9cb6-072f-447c-8318-d5b54f68fe89
-rw-r--r--hal/arch/test/atomic/Makefile8
-rw-r--r--hal/phy/test/phy/Makefile4
-rw-r--r--lib/test/heap/Makefile2
-rw-r--r--lib/test/list/Makefile4
-rw-r--r--lib/test/set/Makefile4
-rw-r--r--lib/test/test/Makefile2
-rw-r--r--lib/test/trace/Makefile4
-rw-r--r--lib/test/try/Makefile4
-rw-r--r--mac/common/test/pb/Makefile8
-rw-r--r--mac/common/test/store/Makefile2
-rw-r--r--mac/sar/test/sar_complete/Makefile2
-rw-r--r--mac/sar/test/segmentation_add_msdu/Makefile2
-rw-r--r--mac/sar/test/segmentation_complete/Makefile2
-rw-r--r--mac/sar/test/segmentation_mac_framing/Makefile2
-rw-r--r--mac/sar/test/segmentation_msdu_expiration/Makefile2
-rw-r--r--mac/sar/test/test_ecos/Makefile2
-rw-r--r--maximus/stationtest/Makefile16
17 files changed, 35 insertions, 35 deletions
diff --git a/hal/arch/test/atomic/Makefile b/hal/arch/test/atomic/Makefile
index 21430201b6..2e9a1ef142 100644
--- a/hal/arch/test/atomic/Makefile
+++ b/hal/arch/test/atomic/Makefile
@@ -3,11 +3,11 @@ BASE = ../../../..
TARGET = sparc
HOST_PROGRAMS = test_atomic
-test_atomic_SOURCES = test_atomic.c
-test_atomic_MODULES = lib
+test_atomic_SOURCES = test_atomic.c
+test_atomic_MODULES = lib
TARGET_PROGRAMS = test_atomic_target
-test_atomic_target_SOURCES = test_atomic.c
-test_atomic_target_MODULES = lib
+test_atomic_target_SOURCES = test_atomic.c
+test_atomic_target_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/hal/phy/test/phy/Makefile b/hal/phy/test/phy/Makefile
index 5f34ce7d5e..ed448be172 100644
--- a/hal/phy/test/phy/Makefile
+++ b/hal/phy/test/phy/Makefile
@@ -2,7 +2,7 @@ BASE = ../../../..
HOST_PROGRAMS = test_phy
-test_phy_SOURCES = test_phy.c
-test_phy_MODULES = lib
+test_phy_SOURCES = test_phy.c
+test_phy_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/lib/test/heap/Makefile b/lib/test/heap/Makefile
index f8c48bfa75..112cf7a42d 100644
--- a/lib/test/heap/Makefile
+++ b/lib/test/heap/Makefile
@@ -2,6 +2,6 @@ BASE = ../../..
HOST_PROGRAMS = test_heap
test_heap_SOURCES = test_heap.c
-test_heap_MODULES = lib
+test_heap_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/lib/test/list/Makefile b/lib/test/list/Makefile
index d42dad2b86..819511bbd7 100644
--- a/lib/test/list/Makefile
+++ b/lib/test/list/Makefile
@@ -1,7 +1,7 @@
BASE = ../../..
HOST_PROGRAMS = test_list
-test_list_SOURCES = test_list.c
-test_list_MODULES = lib
+test_list_SOURCES = test_list.c
+test_list_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/lib/test/set/Makefile b/lib/test/set/Makefile
index 5749001c59..7d601a0a1d 100644
--- a/lib/test/set/Makefile
+++ b/lib/test/set/Makefile
@@ -2,7 +2,7 @@ BASE = ../../..
HOST_PROGRAMS = test_set
-test_set_SOURCES = test_set.c
-test_set_MODULES = lib
+test_set_SOURCES = test_set.c
+test_set_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/lib/test/test/Makefile b/lib/test/test/Makefile
index 2f139e0609..9d10954870 100644
--- a/lib/test/test/Makefile
+++ b/lib/test/test/Makefile
@@ -3,6 +3,6 @@ BASE = ../../..
HOST_PROGRAMS = test_test
test_test_SOURCES = test_test.c
-test_test_MODULES = lib
+test_test_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/lib/test/trace/Makefile b/lib/test/trace/Makefile
index ba7baa3eb1..475dfc75b9 100644
--- a/lib/test/trace/Makefile
+++ b/lib/test/trace/Makefile
@@ -1,7 +1,7 @@
BASE = ../../..
HOST_PROGRAMS = test_trace
-test_trace_SOURCES = test_trace.c
-test_trace_MODULES = lib
+test_trace_SOURCES = test_trace.c
+test_trace_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/lib/test/try/Makefile b/lib/test/try/Makefile
index 0cc972834d..dd7f7b4771 100644
--- a/lib/test/try/Makefile
+++ b/lib/test/try/Makefile
@@ -2,7 +2,7 @@ BASE = ../../..
HOST_PROGRAMS = test_try
-test_try_SOURCES = test_try.c
-test_try_MODULES = lib
+test_try_SOURCES = test_try.c
+test_try_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/mac/common/test/pb/Makefile b/mac/common/test/pb/Makefile
index 94f2c6ff62..35e3504cc4 100644
--- a/mac/common/test/pb/Makefile
+++ b/mac/common/test/pb/Makefile
@@ -3,11 +3,11 @@ BASE = ../../../..
TARGET = sparc
HOST_PROGRAMS = test_pb
-test_pb_SOURCES = test_pb.c
-test_pb_MODULES = mac/common lib
+test_pb_SOURCES = test_pb.c
+test_pb_MODULES = mac/common lib
TARGET_PROGRAMS = test_pb_target
-test_pb_target_SOURCES = test_pb.c
-test_pb_target_MODULES = mac/common lib
+test_pb_target_SOURCES = test_pb.c
+test_pb_target_MODULES = mac/common lib
include $(BASE)/common/make/top.mk
diff --git a/mac/common/test/store/Makefile b/mac/common/test/store/Makefile
index b0922a8730..47d34a99b4 100644
--- a/mac/common/test/store/Makefile
+++ b/mac/common/test/store/Makefile
@@ -3,7 +3,7 @@ BASE = ../../../..
INCLUDES = mac/common/test/store/overide
HOST_PROGRAMS = test_store
-test_store_SOURCES = test_store.c
+test_store_SOURCES = test_store.c
test_store_MODULES = lib mac/common
include $(BASE)/common/make/top.mk
diff --git a/mac/sar/test/sar_complete/Makefile b/mac/sar/test/sar_complete/Makefile
index 642762734a..4db4aac6ff 100644
--- a/mac/sar/test/sar_complete/Makefile
+++ b/mac/sar/test/sar_complete/Makefile
@@ -3,7 +3,7 @@ BASE = ../../../..
ECOS = y
TARGET_PROGRAMS = sar_complete
-sar_complete_SOURCES = sar_complete.c
+sar_complete_SOURCES = sar_complete.c
sar_complete_MODULES = lib mac/sar mac/common
include $(BASE)/common/make/top.mk
diff --git a/mac/sar/test/segmentation_add_msdu/Makefile b/mac/sar/test/segmentation_add_msdu/Makefile
index 376d780c3b..cef3f51584 100644
--- a/mac/sar/test/segmentation_add_msdu/Makefile
+++ b/mac/sar/test/segmentation_add_msdu/Makefile
@@ -3,7 +3,7 @@ BASE = ../../../..
ECOS = y
TARGET_PROGRAMS = segmentation_add_msdu
-segmentation_add_msdu_SOURCES = segmentation_add_msdu.c
+segmentation_add_msdu_SOURCES = segmentation_add_msdu.c
segmentation_add_msdu_MODULES = lib mac/common mac/sar
include $(BASE)/common/make/top.mk
diff --git a/mac/sar/test/segmentation_complete/Makefile b/mac/sar/test/segmentation_complete/Makefile
index 044a2660ad..a99ed38799 100644
--- a/mac/sar/test/segmentation_complete/Makefile
+++ b/mac/sar/test/segmentation_complete/Makefile
@@ -3,7 +3,7 @@ BASE = ../../../..
ECOS = y
TARGET_PROGRAMS = segmentation_complete
-segmentation_complete_SOURCES = segmentation_complete.c
+segmentation_complete_SOURCES = segmentation_complete.c
segmentation_complete_MODULES = lib mac/sar mac/common
include $(BASE)/common/make/top.mk
diff --git a/mac/sar/test/segmentation_mac_framing/Makefile b/mac/sar/test/segmentation_mac_framing/Makefile
index 521003ac6e..a75a7b6dbc 100644
--- a/mac/sar/test/segmentation_mac_framing/Makefile
+++ b/mac/sar/test/segmentation_mac_framing/Makefile
@@ -3,7 +3,7 @@ BASE = ../../../..
ECOS = y
TARGET_PROGRAMS = segmentation_mac_framing
-segmentation_mac_framing_SOURCES = segmentation_mac_framing.c
+segmentation_mac_framing_SOURCES = segmentation_mac_framing.c
segmentation_mac_framing_MODULES = lib mac/common mac/sar
include $(BASE)/common/make/top.mk
diff --git a/mac/sar/test/segmentation_msdu_expiration/Makefile b/mac/sar/test/segmentation_msdu_expiration/Makefile
index 701c0d36e1..c6ad6f2a53 100644
--- a/mac/sar/test/segmentation_msdu_expiration/Makefile
+++ b/mac/sar/test/segmentation_msdu_expiration/Makefile
@@ -3,7 +3,7 @@ BASE = ../../../..
ECOS = y
TARGET_PROGRAMS = segmentation_msdu_expiration
-segmentation_msdu_expiration_SOURCES = segmentation_msdu_expiration.c
+segmentation_msdu_expiration_SOURCES = segmentation_msdu_expiration.c
segmentation_msdu_expiration_MODULES = lib mac/common mac/sar
include $(BASE)/common/make/top.mk
diff --git a/mac/sar/test/test_ecos/Makefile b/mac/sar/test/test_ecos/Makefile
index fcf7e440bd..0792a51588 100644
--- a/mac/sar/test/test_ecos/Makefile
+++ b/mac/sar/test/test_ecos/Makefile
@@ -4,6 +4,6 @@ ECOS = y
TARGET_PROGRAMS = test_ecos
test_ecos_SOURCES = test_ecos.c
-test_ecos_ecos_MODULES = lib
+test_ecos_ecos_MODULES = lib
include $(BASE)/common/make/top.mk
diff --git a/maximus/stationtest/Makefile b/maximus/stationtest/Makefile
index c7b8ff4dd2..3632104503 100644
--- a/maximus/stationtest/Makefile
+++ b/maximus/stationtest/Makefile
@@ -4,16 +4,16 @@ ECOS = y
TARGET_PROGRAMS = hello_world one_thread exception threaddelay
-hello_world_SOURCES = hello_world.c
-hello_world_MODULES = lib host
+hello_world_SOURCES = hello_world.c
+hello_world_MODULES = lib host
-one_thread_SOURCES = one_thread.c
-one_thread_MODULES = lib host
+one_thread_SOURCES = one_thread.c
+one_thread_MODULES = lib host
-exception_SOURCES = exception.c
-exception_MODULES = lib host
+exception_SOURCES = exception.c
+exception_MODULES = lib host
-threaddelay_SOURCES = threaddelay.c
-threaddelay_MODULES = lib host
+threaddelay_SOURCES = threaddelay.c
+threaddelay_MODULES = lib host
include $(BASE)/common/make/top.mk