diff --git a/include/Makefile b/include/Makefile index 4b953bc5..67e6d9c1 100644 --- a/include/Makefile +++ b/include/Makefile @@ -4,7 +4,7 @@ INCS = xbps.h .PHONY: all all: - sed -e "s|@@VERSION@@|${VERSION}|g" ${INCS}.in > ${INCS} + @: .PHONY: install install: @@ -17,7 +17,3 @@ install: .PHONY: uninstall uninstall: -rm -f $(DESTDIR)$(INCLUDEDIR)/$(INCS) - -.PHONY: clean -clean: - -rm -f ${INCS} diff --git a/include/xbps.h.in b/include/xbps.h similarity index 100% rename from include/xbps.h.in rename to include/xbps.h