diff options
| author | Alejandro W. Sior <aho@sior.be> | 2023-02-03 10:04:14 +0100 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2023-02-03 10:04:14 +0100 |
| commit | 1603de19057bc53c2a4b2a6b12d3cf8462e68237 (patch) | |
| tree | c3dfb0ee348bbe5fe9c8ea5c46e29174947e4453 | |
| parent | a7417a86fa394efa45dc5a1b87cc10864e2be20f (diff) | |
gmake: bump to 4.4_1
| -rw-r--r-- | gmake/build | 3 | ||||
| -rw-r--r-- | gmake/version | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gmake/build b/gmake/build index 064277f..be5b605 100644 --- a/gmake/build +++ b/gmake/build @@ -2,7 +2,8 @@ # Installing the base software ./configure \ - --prefix=/usr/gnu + --prefix=/usr/gnu \ + --without-guile gmake gmake DESTDIR=$1 install diff --git a/gmake/version b/gmake/version index 515be8f..2623a46 100644 --- a/gmake/version +++ b/gmake/version @@ -1 +1 @@ -4.4 +4.4_1 |
