summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4f9db96..beb4067 100644
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,7 @@ builddir := $(shell $(PYTHON) -c '$(buildscript)')
all: build
-systemd/id128-constants.h: $(INCLUDE_DIR)/systemd/sd-messages.h
- $(SED) -n -r 's/,//g; s/#define (SD_MESSAGE_[A-Z0-9_]+)\s.*/add_id(m, "\1", \1) JOINER/p' <$< >$@
-
-build: systemd/id128-constants.h
+build:
$(PYTHON) setup.py build
install: