From 479cb91fe43ad3f517d2dcb939f0aa59f03a2bb0 Mon Sep 17 00:00:00 2001 From: jaeger Date: Wed, 4 May 2011 18:01:54 +0000 Subject: [PATCH] Fixed libc path. git-svn-id: svn://kolibrios.org@1925 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/tinypy/tinypy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/develop/tinypy/tinypy/Makefile b/programs/develop/tinypy/tinypy/Makefile index b7d5f48639..0cea5f1406 100644 --- a/programs/develop/tinypy/tinypy/Makefile +++ b/programs/develop/tinypy/tinypy/Makefile @@ -1,4 +1,4 @@ -export MENUETDEV=/home/john/Kolibri/kolibrios.org/libc +export MENUETDEV=../../libraries/menuetlibc OUTFILE = tpmain OBJS = tpmain.o include $(MENUETDEV)/makefiles/Makefile_for_program