summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9595696..541527c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PACKAGE := abuild
-VERSION := 3.3.1
+VERSION := 3.4.2
prefix ?= /usr
bindir ?= $(prefix)/bin
@@ -75,7 +75,7 @@ clean:
-@rm -r tests/newapkbuild/*
%.o: %.c
- $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS-$@) -o $@ -c $<
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS-$@) -DVERSTR=\"$(FULL_VERSION)\" -o $@ -c $<
abuild-sudo: abuild-sudo.o
$(LINK)