From 08c8105c5468ff743d2f2ff2fdf3b77a6313b53e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 16 May 2004 19:16:52 +0000 Subject: Various enhancements - OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules. --- dep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep.h') diff --git a/dep.h b/dep.h index 7f4380b..4c9a152 100644 --- a/dep.h +++ b/dep.h @@ -74,5 +74,5 @@ extern char *dep_name (); extern struct dep *copy_dep_chain PARAMS ((struct dep *d)); extern struct dep *read_all_makefiles PARAMS ((char **makefiles)); extern int eval_buffer PARAMS ((char *buffer)); -extern int update_goal_chain PARAMS ((struct dep *goals, int makefiles)); +extern int update_goal_chain PARAMS ((struct dep *goals)); extern void uniquize_deps PARAMS ((struct dep *)); -- cgit v1.2.3