forked from bcpierce00/unison
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Remove local variables from linking rules
Some make implementations (OpenBSD make, NMAKE) do not support target-specific local variables. This patch removes any local variables that are used directly by the linking rules (as these are now duplicated, local variables are no longer required). The CAMLFLAGS variable is currently not removed (it is required for compilation rules of the dependents) and will be handled separately later on.
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters