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