summaryrefslogtreecommitdiff
path: root/test/args
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-29 23:10:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-29 23:10:59 +0000
commitd651de236da8a51c096995cf250b7455ec3caa0c (patch)
tree3697143dfbea9366520feba820108a8b51b43281 /test/args
parent005b595328394a33878320677cb6fe896bafda37 (diff)
simplify TESTDIR setting and touchup
Diffstat (limited to 'test/args')
-rw-r--r--test/args/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/args/Makefile b/test/args/Makefile
index dd5339a03..60c69685b 100644
--- a/test/args/Makefile
+++ b/test/args/Makefile
@@ -16,9 +16,7 @@
# along with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-TESTDIR=../
-include $(TESTDIR)/Rules.mak
-
+include ../Rules.mak
TARGETS=arg_test
all: $(TARGETS)
@@ -36,5 +34,3 @@ arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
clean:
$(RM) *.[oa] *~ core $(TARGETS)
-
-