summaryrefslogtreecommitdiff
path: root/com32/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/tools/Makefile')
-rw-r--r--com32/tools/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/com32/tools/Makefile b/com32/tools/Makefile
index 9c0ea708..d64fc1d9 100644
--- a/com32/tools/Makefile
+++ b/com32/tools/Makefile
@@ -1,6 +1,6 @@
## -*- makefile -*- ------------------------------------------------------
##
-## Copyright 2001-2008 H. Peter Anvin - All Rights Reserved
+## Copyright 2001-2016 H. Peter Anvin - All Rights Reserved
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -13,15 +13,12 @@
VPATH = $(SRC)
include $(MAKEDIR)/build.mk
-BINS = relocs
+BINS =
INCLUDES += -I$(SRC)/include
all : $(BINS)
-relocs : relocs.o
- $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
-
tidy dist clean spotless:
rm -f $(BINS)
rm -f *.o *.a .*.d