50ee70d703
- Drop maintainership
11 lines
357 B
Text
11 lines
357 B
Text
--- make/Makefile.pcom_s.orig 2013-07-19 16:13:59.000000000 +0800
|
|
+++ make/Makefile.pcom_s 2013-07-19 16:14:57.000000000 +0800
|
|
@@ -46,7 +46,7 @@
|
|
rm -f *.o $(PROGS); rm -rf $(BIN)/*
|
|
|
|
install: $(PROGS)
|
|
- pushd $(BIN); cp $(PROGS) $(XDIR); popd
|
|
+ cd $(BIN); cp $(PROGS) $(XDIR); cd ../src
|
|
|
|
uinstall: $(PROGS)
|
|
pushd $(BIN); cp $(PROGS) $(UDIR); popd
|