THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am)
Patch: Jens Geyer
Reverted makefile.am - tabs are not optional there
diff --git a/test/perl/Makefile.am b/test/perl/Makefile.am
index 7fd151a..291106b 100644
--- a/test/perl/Makefile.am
+++ b/test/perl/Makefile.am
@@ -20,10 +20,10 @@
THRIFT = $(top_srcdir)/compiler/cpp/thrift
stubs: ../ThriftTest.thrift
- $(THRIFT) --gen perl ../ThriftTest.thrift
+ $(THRIFT) --gen perl ../ThriftTest.thrift
check: stubs
clean-local:
- $(RM) -r gen-perl
+ $(RM) -r gen-perl