Make fake install target for alterl
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:12:58 +0000 (01:12 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:12:58 +0000 (01:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666470 13f79535-47bb-0310-9956-ffa450edef68

lib/alterl/Makefile

index 0f2c8a8..7c76331 100644 (file)
@@ -5,3 +5,6 @@ all clean docs:
        for dir in $(MODULES); do \
                (cd $$dir; ${MAKE} $@); \
        done
+
+install: all
+       echo 'No install target, sorry.'