mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
11 lines
298 B
Diff
11 lines
298 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -49,7 +49,6 @@ c/ol.c: fasl/ol.fasl
|
|
bin/ol: c/ol.c
|
|
# compile the real owl repl binary
|
|
$(CC) $(CFLAGS) $(LDFLAGS) -o bin/olp $?
|
|
- CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" sh tests/run all bin/olp
|
|
test '!' -f $@ || mv $@ bin/ol-old
|
|
mv bin/olp $@
|
|
|