commit 8e1c8120cdc44fad5fcec8b6c796997ceea7abb8
Author: Sebastian Zagrodzki <[email protected]>
Date:   Tue Feb 6 12:54:18 2001 +0000

    - s/automake/automake -a -c/
    
    Changed files:
        adapter.awk -> 1.84

 adapter.awk | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 9dea706..11ff039 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -181,6 +181,9 @@ defattr == 1 {
 
 # Scripts
 {
+       if (/^automake$/) {
+               sub(/$/, " -a -c")
+       }
        if (/LDFLAGS/) {
                gsub(/LDFLAGS="?.*?"?[ \t]*;?/,"");
                if (/export/) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to