13 lines
360 B
Diff
13 lines
360 B
Diff
diff -up hdparm-8.1/Makefile.nostrip hdparm-8.1/Makefile
|
|
--- hdparm-8.1/Makefile.nostrip 2008-02-18 17:30:51.000000000 +0100
|
|
+++ hdparm-8.1/Makefile 2008-02-18 17:31:00.000000000 +0100
|
|
@@ -26,7 +26,7 @@ OBJS = hdparm.o identify.o sgio.o
|
|
|
|
hdparm: hdparm.h sgio.h $(OBJS)
|
|
$(CC) $(LDFLAGS) -o hdparm $(OBJS)
|
|
- strip hdparm
|
|
+# strip hdparm
|
|
|
|
sgio.o: sgio.h
|
|
|