diff options
author | Joe George <joe@zeroc.com> | 2017-05-03 15:20:31 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-03 15:21:01 -0400 |
commit | 24b977b2d97931e55629571cddc754b8efa7ef05 (patch) | |
tree | 82371f392e08cc0d5e0bea610bd70419ce0408ba /cpp/test/IceStorm/repstress | |
parent | Remove unnecessary tabs (diff) | |
download | ice-24b977b2d97931e55629571cddc754b8efa7ef05.tar.bz2 ice-24b977b2d97931e55629571cddc754b8efa7ef05.tar.xz ice-24b977b2d97931e55629571cddc754b8efa7ef05.zip |
Fix tabs and spaces in Makefiles
Diffstat (limited to 'cpp/test/IceStorm/repstress')
-rw-r--r-- | cpp/test/IceStorm/repstress/Makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/IceStorm/repstress/Makefile.mk b/cpp/test/IceStorm/repstress/Makefile.mk index 862e7e80a7d..06630b48f47 100644 --- a/cpp/test/IceStorm/repstress/Makefile.mk +++ b/cpp/test/IceStorm/repstress/Makefile.mk @@ -7,12 +7,12 @@ # # ********************************************************************** -$(test)_programs = publisher subscriber control -$(test)_dependencies = IceStorm Ice TestCommon +$(test)_programs = publisher subscriber control +$(test)_dependencies = IceStorm Ice TestCommon -$(test)_publisher_sources = Publisher.cpp Single.ice Controller.ice -$(test)_subscriber_sources = Subscriber.cpp Single.ice Controller.ice -$(test)_control_sources = Control.cpp Controller.ice +$(test)_publisher_sources = Publisher.cpp Single.ice Controller.ice +$(test)_subscriber_sources = Subscriber.cpp Single.ice Controller.ice +$(test)_control_sources = Control.cpp Controller.ice $(test)_cleanfiles = 0.db/* 1.db/* 2.db/* |