2 changed files with 7 additions and 7 deletions
@ -1,11 +1,11 @@
|
||||
Index: Makefile
|
||||
--- Makefile.orig 2020-04-06 08:28:22.018982000 +0200
|
||||
+++ Makefile 2020-04-06 08:28:40.419009000 +0200
|
||||
@@ -12,6 +12,7 @@
|
||||
--- Makefile.orig 2021-12-26 00:01:40.140165000 +0100
|
||||
+++ Makefile 2021-12-26 00:01:59.935506000 +0100
|
||||
@@ -19,6 +19,7 @@
|
||||
### Shared code between Tarsnap projects.
|
||||
|
||||
all: cflags-filter.sh cpusupport-config.h posix-flags.sh
|
||||
+ export CC="$${CC}}"; \
|
||||
all: toplevel
|
||||
+ export CC="$${CC}}"; \
|
||||
export CFLAGS="$${CFLAGS:-${CFLAGS_DEFAULT}}"; \
|
||||
. ./posix-flags.sh; \
|
||||
. ./cpusupport-config.h; \
|
||||
|
Loading…
Reference in new issue