summaryrefslogtreecommitdiff
path: root/libc/error
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2003-07-31 21:29:34 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:49 +0200
commit5613ba3c0749fa494d35c4dc36b57c5b4e6edb55 (patch)
tree501d9fdeed78d55ee8464338fab230f628382018 /libc/error
parentded00c0d1c0dc38e63b2c48ff8cbb12c1b60c70f (diff)
downloaddev86-5613ba3c0749fa494d35c4dc36b57c5b4e6edb55.tar.gz
Import Dev86src-0.16.12.tar.gzv0.16.12
Diffstat (limited to 'libc/error')
-rw-r--r--libc/error/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/libc/error/Makefile b/libc/error/Makefile
index 8ec26dc..f14e956 100644
--- a/libc/error/Makefile
+++ b/libc/error/Makefile
@@ -6,13 +6,12 @@ CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)
ifeq ($(LIB_OS),ELKS)
OBJ=error.o sys_errlist.o perror.o sys_siglist.o __assert.o
+else
+OBJ=__assert.o
+endif
all: $(LIBC)($(OBJ))
@$(RM) $(OBJ)
-else
-all:
- @:
-endif
clean:
rm -f *.o libc.a