From b9497c1626276975800819decb5f1fd96c000151 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 1 Jul 2019 14:19:17 +0200 Subject: Makefile: change order of compiler parameters --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18c11b8..d73e6ed 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ VERSION := 0.4.1 all: pacredir avahi/pacserve.service README.html pacredir: pacredir.c pacredir.h config.h version.h - $(CC) $(CFLAGS) $(CFLAGS_EXTRA) $(LDFLAGS) -DREPRODUCIBLE=$(REPRODUCIBLE) -DARCH=\"$(ARCH)\" -DID=\"$(ID)\" -o pacredir pacredir.c + $(CC) pacredir.c $(CFLAGS) $(CFLAGS_EXTRA) $(LDFLAGS) -DREPRODUCIBLE=$(REPRODUCIBLE) -DARCH=\"$(ARCH)\" -DID=\"$(ID)\" -o pacredir config.h: $(CP) config.def.h config.h -- cgit v1.2.3-54-g00ecf