From 52932db932c0bc3b51b28722c7516af140f4a90c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 26 Feb 2015 09:17:20 +0100 Subject: [PATCH] Replace spaces with tab to file GNU make problems --- makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shared b/makefile.shared index a28a36d..b2d8756 100644 --- a/makefile.shared +++ b/makefile.shared @@ -116,7 +116,7 @@ stest: $(LIBNAME) demo/stest.o .PHONY: timing timing: $(LIBNAME) demo/timing.o - $(LT) --mode=link --tag=CC $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o timing demo/timing.o $(LIBNAME) + $(LT) --mode=link --tag=CC $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o timing demo/timing.o $(LIBNAME) # $Source$ # $Revision$