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/scsi_id/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extras/scsi_id/Makefile') diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 7ccc4c5118..2f134bcdbd 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -72,5 +72,8 @@ clean: spotless: clean +.c.o: + $(QUIET) $(CC) $(CFLAGS) -c -o $@ $< + $(PROG): $(OBJS) - $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS) + $(QUIET) $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS) -- cgit v1.2.3-54-g00ecf