summaryrefslogtreecommitdiffstats
path: root/gptsync
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-08-29 15:52:18 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-08-29 15:52:18 +0000
commit13de0825836d8e72f115c7f48bd7bdb89ba02b90 (patch)
treefd479f9022acf0d81cfc713d8a2d8882958c8ddd /gptsync
parent156d77cc513c460a43aa497c92711e269b38a276 (diff)
downloadanaconda-13de0825836d8e72f115c7f48bd7bdb89ba02b90.tar.gz
anaconda-13de0825836d8e72f115c7f48bd7bdb89ba02b90.tar.xz
anaconda-13de0825836d8e72f115c7f48bd7bdb89ba02b90.zip
* loader2/net.c: Remember manual TCP/IP settings if user selects
Back and then re-enters the TCP/IP entry dialog again. * gptsync/Makefile: Remove .depend in clean target.
Diffstat (limited to 'gptsync')
-rw-r--r--gptsync/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/gptsync/Makefile b/gptsync/Makefile
index 8302933d3..8ba73595a 100644
--- a/gptsync/Makefile
+++ b/gptsync/Makefile
@@ -24,10 +24,7 @@ $(OBJS): %.o: %.c
# cleanup
clean:
- $(RM) *.o *~ *% $(TARGET)
-
-distclean: clean
- $(RM) .depend
+ $(RM) *.o *~ *% $(TARGET) .depend
# automatic dependencies