瀏覽代碼

fix 'make clean'

Eric Andersen 23 年之前
父節點
當前提交
80014e7fac
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      make/ncurses.mk

+ 3 - 3
make/ncurses.mk

@@ -5,7 +5,7 @@
 #
 #
 #############################################################
 #############################################################
 # Copyright (C) 2002 by Ken Restivo <ken@246gt.com>
 # Copyright (C) 2002 by Ken Restivo <ken@246gt.com>
-# $Id: ncurses.mk,v 1.7 2002/07/03 10:44:59 andersen Exp $
+# $Id: ncurses.mk,v 1.8 2002/07/23 23:51:46 andersen Exp $
 #
 #
 # This program is free software; you can redistribute it and/or modify
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Library General Public License as
 # it under the terms of the GNU Library General Public License as
@@ -74,8 +74,8 @@ $(TARGET_DIR)/lib/libncurses.so: $(STAGING_DIR)/lib/libncurses.so
 ncurses-clean: 
 ncurses-clean: 
 	rm -f $(STAGING_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/libncurses.so*
 	rm -f $(STAGING_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/libncurses.so*
 	rm -f $(STAGING_DIR)/usr/share/tabset $(TARGET_DIR)/usr/share/tabset
 	rm -f $(STAGING_DIR)/usr/share/tabset $(TARGET_DIR)/usr/share/tabset
-	rm -f $(STAGING_DIR)/usr/share/terminfo $(TARGET_DIR)/usr/share/terminfo
-	make -C $(NCURSES_DIR) clean
+	rm -rf $(STAGING_DIR)/usr/share/terminfo $(TARGET_DIR)/usr/share/terminfo
+	-make -C $(NCURSES_DIR) clean
 
 
 ncurses-dirclean: 
 ncurses-dirclean: 
 	rm -rf $(NCURSES_DIR)
 	rm -rf $(NCURSES_DIR)