commit 5c5526191e58d3943013be26a56dcc9e10a708bc
parent 7d90d9a310eccb3d3c24cf96f03225f4d9cd7683
Author: fjbalon <fjbalon@templier.es>
Date: Sun, 28 Jun 2026 12:50:54 +0200
Cambio de referencias de config.def.h a config.h en Makefile
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -38,7 +38,7 @@ slstatus.o: slstatus.c slstatus.h arg.h config.h config.mk $(REQ:=.h)
$(CC) -o $@ -c $(CPPFLAGS) $(CFLAGS) $<
config.h:
- cp config.def.h $@
+ cp config.h $@
slstatus: slstatus.o $(COM:=.o) $(REQ:=.o)
$(CC) -o $@ $(LDFLAGS) $(COM:=.o) $(REQ:=.o) slstatus.o $(LDLIBS)
@@ -49,7 +49,7 @@ clean:
dist:
rm -rf "slstatus-$(VERSION)"
mkdir -p "slstatus-$(VERSION)/components"
- cp -R LICENSE Makefile README config.mk config.def.h \
+ cp -R LICENSE Makefile README config.mk config.h \
arg.h slstatus.h slstatus.c $(REQ:=.c) $(REQ:=.h) \
slstatus.1 "slstatus-$(VERSION)"
cp -R $(COM:=.c) "slstatus-$(VERSION)/components"