You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
374 B
11 lines
374 B
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 @@ |
|
### Shared code between Tarsnap projects. |
|
|
|
all: cflags-filter.sh cpusupport-config.h posix-flags.sh |
|
+ export CC="$${CC}}"; \ |
|
export CFLAGS="$${CFLAGS:-${CFLAGS_DEFAULT}}"; \ |
|
. ./posix-flags.sh; \ |
|
. ./cpusupport-config.h; \
|
|
|