Make invocation of 'find' in alterl Makefile more compatible
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:02:31 +0000 (01:02 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:02:31 +0000 (01:02 +0000)
Summary: find . -name instead of find -name

Test Plan: still works, now works on Darwin too

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666452 13f79535-47bb-0310-9956-ffa450edef68

lib/alterl/src/Makefile

index e157041..9855aa3 100644 (file)
@@ -25,8 +25,8 @@ INSTALL_DST = $(ERLANG_OTP)/lib/$(APP_NAME)-$(VSN)
 # ----------------------------------------------------
 
 
-MODULES = $(shell find -name \*.erl | sed s:^\\./:: | sed s/\\.erl//)
-MODULES_STRING_LIST = $(shell find -name \*.erl | sed s:^\\./:\": | sed s/\\.erl/\",/)
+MODULES = $(shell find -name \*.erl | sed s:^\\./:: | sed s/\\.erl//)
+MODULES_STRING_LIST = $(shell find -name \*.erl | sed s:^\\./:\": | sed s/\\.erl/\",/)
 
 HRL_FILES=
 INTERNAL_HRL_FILES= $(APP_NAME).hrl