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.
make install
1 parent 1f4f886 commit 97117caCopy full SHA for 97117ca
Makefile.in
@@ -47,14 +47,14 @@ support:
47
@cd archive; $(MAKE) all CC="$(CC)" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)"
48
49
install:
50
- @cd src; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS) \
51
- "CPPFLAGS="$(CPPFLAGS)" \
+ @cd src; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \
+ CPPFLAGS="$(CPPFLAGS)" \
52
cgidir="$(cgidir)" bindir="$(bindir)" LIBS="$(LIBS)"
53
@cd docs; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \
54
55
$(MAKEFLAGS) mandir="$(mandir)" htmldir="$(htmldir)"
56
@cd archive; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \
57
58
bindir="$(bindir)"
59
60
uninstall:
0 commit comments