git.wh0rd.org
/
patches.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
initial import
[patches.git]
/
mbuffer-makefile-cleanup.patch
1
--- Makefile.in
2
+++ Makefile.in
3
@@ -1,6 +1,7 @@
4
CC = @CC@
5
DEFS = @DEFS@
6
-CFLAGS = @CFLAGS@ -O $(DEFS)
7
+CFLAGS = @CFLAGS@ $(DEFS)
8
+CPPFLAGS = @CPPFLAGS@
9
LDFLAGS = @LDFLAGS@
10
LIBS = @LIBS@
11
12
@@ -33,4 +34,5 @@
13
install: $(TARGET)
14
-$(INSTALL) -d $(DESTDIR)$(bindir)
15
$(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
16
+ -$(INSTALL) -d $(DESTDIR)$(mandir)
17
$(INSTALL) mbuffer.1 $(DESTDIR)$(mandir)