From 0ed98fe3e194819981095fe55e2b5a37e37a7a04 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 10 Jan 2011 20:08:35 -0600 Subject: Makefile cleanups. --- src/libc++/makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/libc++') diff --git a/src/libc++/makefile b/src/libc++/makefile index 41263326f..ca087b378 100644 --- a/src/libc++/makefile +++ b/src/libc++/makefile @@ -1,12 +1,5 @@ ROOTPATH = ../.. -OBJDIR = ${ROOTPATH}/obj/hbicore OBJS = builtins.o -OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS}) - -all: ${OBJECTS} - -clean: - (rm -f ${OBJECTS} $(addsuffix .hash, ${OBJECTS})) include ${ROOTPATH}/config.mk -- cgit v1.2.1