File: 01_fix_makefile.patch

package info (click to toggle)
quotatool 1%3A1.6.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 640 kB
  • sloc: sh: 3,238; ansic: 2,198; makefile: 57
file content (15 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Make sure make clean works when configure hasn't run
Forwarded: https://github.com/ekenberg/quotatool/pull/17
Author: Bas Zoetekouw <bas@debian.org>
Last-Update: 2018-08-10
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@


 # local configuration options
-include ./local.mk
+-include ./local.mk


 # keep track of our current location