From 4f3a92881aa1fd9a3ebebe2c9940d70c95a7b0e6 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 18 Nov 2015 19:00:44 -0500 Subject: fix build regression from removal of #ifdef SHARED --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b210151..df20f94a 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ include/bits/alltypes.h: include/bits/alltypes.h.in include/alltypes.h.in tools/ src/internal/version.h: $(wildcard VERSION .git) printf '#define VERSION "%s"\n' "$$(sh tools/version.sh)" > $@ -src/internal/version.lo: src/internal/version.h +src/internal/version.o src/internal/version.lo: src/internal/version.h crt/rcrt1.o src/ldso/dlstart.lo src/ldso/dynlink.lo: src/internal/dynlink.h arch/$(ARCH)/reloc.h -- cgit v1.2.1