From 396bb4c3d33dfd68c5817da5e03251fbd82e2713 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Fri, 15 Oct 2004 18:49:27 -0700 Subject: [PATCH] let the extras/ programs build "pretty" also --- extras/volume_id/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extras/volume_id') diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile index 8813f9fca5..d0c6e40fa3 100644 --- a/extras/volume_id/Makefile +++ b/extras/volume_id/Makefile @@ -49,8 +49,11 @@ HEADERS = volume_id.h dasdlabel.h $(OBJS): $(HEADERS) +.c.o: + $(QUIET) $(CC) $(CFLAGS) -c -o $@ $< + $(PROG): $(OBJS) $(HEADERS) - $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS) + $(QUIET) $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS) clean: rm -f $(PROG) $(OBJS) -- cgit v1.2.3-54-g00ecf