Get rid of HDR variable
authorLaslo Hunhold <dev@frign.de>
Mon, 18 Sep 2017 06:53:19 +0000 (08:53 +0200)
committerAaron Marcher <me@drkhsh.at>
Mon, 18 Sep 2017 08:08:51 +0000 (10:08 +0200)
commit61e44e894890c1521a01148fbf969cbd4dbb4cae
tree0a58e777dc4f34cd5774a4f70e08ce4c352bb854
parentf56e50a2694e92d972a060d71b2f80c72fd23365
Get rid of HDR variable

The HDR variable is used for general purpose headers, which are not
given in this project. arg.h and config.h are only needed for
slstatus.c, not every component $(COM:=.c).

This also fixes a problem introduced in
e04a3853643df1c98a451969d515d8850f138bcc, where config.h is pulled into
the tarball.
Makefile