From ddb6747ad90e0318e542dea3ea941745a8766601 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 11 Jun 2008 01:12:58 +0000 Subject: [PATCH] Make fake install target for alterl git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666470 13f79535-47bb-0310-9956-ffa450edef68 --- lib/alterl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/alterl/Makefile b/lib/alterl/Makefile index 0f2c8a82..7c763319 100644 --- a/lib/alterl/Makefile +++ b/lib/alterl/Makefile @@ -5,3 +5,6 @@ all clean docs: for dir in $(MODULES); do \ (cd $$dir; ${MAKE} $@); \ done + +install: all + echo 'No install target, sorry.' -- 2.17.1