From 90c467e3d2ee20f783560dab2b42c33cdb0d59f2 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 27 Oct 2019 19:55:41 +0000 Subject: [PATCH] wmbattery: remove rules generating autoconf artefacts. Signed-off-by: Jeremy Sowden --- wmbattery/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/wmbattery/Makefile b/wmbattery/Makefile index 864e1c8..863d07a 100644 --- a/wmbattery/Makefile +++ b/wmbattery/Makefile @@ -40,13 +40,3 @@ wmbattery: $(OBJS) $(CC) -o wmbattery $(LDFLAGS) $(OBJS) $(LIBS) wmbattery.o: wmbattery.c wmbattery.h - -configure: configure.ac - autoconf - autoheader - -config.status: configure - ./configure - -makeinfo: autoconf/makeinfo.in config.status - ./config.status