blob: d271eb87964196d968025df75e74aedd5f4338a9 [file] [log] [blame]
diff -ur hdparm-7.6/Makefile hdparm-7.6-patched/Makefile
--- hdparm-7.6/Makefile 2007-06-07 12:39:24.000000000 -0500
+++ hdparm-7.6-patched/Makefile 2007-07-19 12:11:03.000000000 -0500
@@ -28,7 +28,7 @@
hdparm: hdparm.h $(OBJS)
$(CC) $(LDFLAGS) -o hdparm $(OBJS)
- strip hdparm
+ $(STRIP) hdparm
install: all hdparm.8
if [ ! -z $(DESTDIR) ]; then $(INSTALL_DIR) $(DESTDIR) ; fi