ports/textproc/ispell/patches/patch-deformatters_Makefile

19 lines
375 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: deformatters/Makefile
--- deformatters/Makefile.orig
+++ deformatters/Makefile
@@ -77,12 +77,12 @@ all: $(PROGRAMS)
defmt-c: defmt-c.o
@. ../config.sh; \
set -x; \
- $$CC $$CFLAGS -o $@ $<
+ $$CC $$CFLAGS -o $@ $>
defmt-sh: defmt-sh.o
@. ../config.sh; \
set -x; \
- $$CC $$CFLAGS -o $@ $<
+ $$CC $$CFLAGS -o $@ $>
.c.o:
@. ../config.sh; \