From 023b56d02bc93e9cf5aff0efcf73a30b7d7780f1 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 17 May 2018 16:24:15 +0200 Subject: src/shvar.* removed No longer build or used by anything else in initscripts. --- src/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 68222ac5..193d5af2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -79,7 +79,3 @@ usleep: build/usleep.o build/usleep.o: usleep.c $(CC) $(CFLAGS) -c -o $@ $^ - - -build/shvar.o: shvar.c - $(CC) $(CFLAGS) -c -o $@ $^ `pkg-config glib-2.0 --cflags` -- cgit v1.2.1