forked from pool/discount
as requested in https://build.opensuse.org/request/show/308209 OBS-URL: https://build.opensuse.org/request/show/308221 OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=7
17 lines
433 B
Diff
17 lines
433 B
Diff
diff --git a/Makefile.in b/Makefile.in
|
|
index 6b88ebf..6d9609f 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -108,9 +108,9 @@ test: $(PGMS) $(TESTFRAMEWORK) verify
|
|
done
|
|
|
|
cols: tools/cols.c config.h
|
|
- $(CC) -o cols tools/cols.c
|
|
+ $(CC) $(CFLAGS) -o cols tools/cols.c
|
|
echo: tools/echo.c config.h
|
|
- $(CC) -o echo tools/echo.c
|
|
+ $(CC) $(CFLAGS) -o echo tools/echo.c
|
|
|
|
clean:
|
|
rm -f $(PGMS) $(TESTFRAMEWORK) $(SAMPLE_PGMS) *.o
|