Codebase list libmawk / 2a52aa7
clean up patch so quilt doesn't barf on it Bdale Garbee 5 years ago
1 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 --- src/libmawk/Makefile 2018-11-22 23:02:38.529435123 -0700
1 +++ /tmp/Makefile 2018-11-22 23:02:20.877416601 -0700
2 @@ -131,7 +131,7 @@
0 diff --git a/src/libmawk/Makefile b/src/libmawk/Makefile
1 index 557ecec..52f65ae 100644
2 --- a/src/libmawk/Makefile
3 +++ b/src/libmawk/Makefile
4 @@ -131,7 +131,7 @@ install_ : lmawk libmawk.so
35 $(CP) $(PWD)/libmawk.so $(LIBDIR)/libmawk.so.$(SOVER1).$(SOVER2).$(SOVER3)
46 rm $(LIBDIR)/libmawk.so.$(SOVER1).$(SOVER2) $(LIBDIR)/libmawk.so.$(SOVER1) 2>/dev/null ; true
57 ln -s libmawk.so.$(SOVER1).$(SOVER2).$(SOVER3) $(LIBDIR)/libmawk.so.$(SOVER1).$(SOVER2)