summaryrefslogtreecommitdiffstats
path: root/src/libc++
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc++')
-rw-r--r--src/libc++/makefile7
1 files changed, 0 insertions, 7 deletions
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
OpenPOWER on IntegriCloud