mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
13 lines
304 B
Diff
13 lines
304 B
Diff
--- dhcp-helper-1.2.orig/Makefile
|
|
+++ dhcp-helper-1.2/Makefile
|
|
@@ -5,7 +5,9 @@
|
|
CFLAGS?= -O2
|
|
version= $(shell ./get-version)
|
|
|
|
-all: dhcp-helper.c
|
|
+all: dhcp-helper
|
|
+
|
|
+dhcp-helper: dhcp-helper.c
|
|
$(CC) $(CFLAGS) $(RPM_OPT_FLAGS) -DVERSION=\"$(version)\" -Wall -W dhcp-helper.c -o dhcp-helper
|
|
|
|
clean:
|