changeset 124:6bbec928dfbb

Fix build.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Mar 2016 15:11:28 +0200
parents e0880165f379
children ffccc712409a
files Makefile
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Mar 09 14:03:33 2016 +0200
+++ b/Makefile	Wed Mar 09 15:11:28 2016 +0200
@@ -34,12 +34,5 @@
 include Makefile.gen
 
 
-$(ENDIANCHK_BIN): endianchk.c
-	@echo " CC $@"
-	@$(CC) $(CFLAGS) -o $@ $+ $(LDFLAGS)
-
-config.h: $(ENDIANCHK_BIN)
-	$(ENDIANCHK_BIN) > $@
-
 install: all
 	@for fn in $(TARGETS); do echo " INSTALL $$fn $(PREFIX)/bin/"; $(INSTALL) -m 755 "$$fn" $(PREFIX)/bin/; done