We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3644282 commit a5e218eCopy full SHA for a5e218e
.gitignore
@@ -33,7 +33,6 @@ tests/*/*/*/*_test
33
tests/*/*/*/*_tests
34
tests/*/*/*_test
35
tests/*/*/*_tests
36
-include/xbps.h
37
38
# vim backup files
39
.*.swp
include/Makefile
@@ -4,7 +4,7 @@ INCS = xbps.h
4
5
.PHONY: all
6
all:
7
- sed -e "s|@@VERSION@@|${VERSION}|g" ${INCS}.in > ${INCS}
+ @:
8
9
.PHONY: install
10
install:
@@ -17,7 +17,3 @@ install:
17
.PHONY: uninstall
18
uninstall:
19
-rm -f $(DESTDIR)$(INCLUDEDIR)/$(INCS)
20
-
21
-.PHONY: clean
22
-clean:
23
- -rm -f ${INCS}
include/xbps.h.in renamed to include/xbps.h
0 commit comments