[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Makefile rules indentation
From: |
Bruno Haible |
Subject: |
Makefile rules indentation |
Date: |
Wed, 14 Feb 2024 16:47:11 +0100 |
Hi,
In Makefiles, lines that contain shell command for a rule need to start with a
tab character. Makefile.ams, since they produce Makefiles, inherit the same
constraint. I encountered a (non-GNU) 'make' program that requires this,
not too long ago.
Here is a corresponding patch for jitter.
Bruno
(Trivial: You can see through "git diff -w" that it only changes indentation.)
Makefiles.diff
Description: Text Data