diff options
author | Roland McGrath <roland@redhat.com> | 1993-10-14 22:29:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-10-14 22:29:26 +0000 |
commit | 9e7e303ac8c1630271a7058ae8420ea7ad1de5fe (patch) | |
tree | ac3e14331056085bd27057cb698f96074b886169 | |
parent | a3d7dfa85c1e9b689f800a2c422faacf43e52b3e (diff) | |
download | gunmake-9e7e303ac8c1630271a7058ae8420ea7ad1de5fe.tar.gz |
Formerly make.h.~80~
-rw-r--r-- | make.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -268,9 +268,9 @@ extern void file_impossible (); extern char *dir_name (); extern void define_default_variables (); -extern void set_default_suffixes (), install_default_implicit_rules (); -extern void convert_to_pattern (), count_implicit_rule_limits (); -extern void create_pattern_rule (); +extern void set_default_suffixes (), install_default_suffix_rules (); +extern void install_default_implicit_rules (), count_implicit_rule_limits (); +extern void convert_to_pattern (), create_pattern_rule (); extern void build_vpath_lists (), construct_vpath_list (); extern int vpath_search (); |