diff options
| author | Pavan Deolasee | 2016-02-08 05:36:30 +0000 |
|---|---|---|
| committer | Pavan Deolasee | 2016-10-18 09:48:14 +0000 |
| commit | 3366f09175bf4bd77b6a0decba38cb3b32e73dca (patch) | |
| tree | 618081bced91282d329901bce19c0697a36d9c0e /src/gtm/recovery | |
| parent | b7f660d98c6b5a6e5d15daaeaec5b0b7e92b9a40 (diff) | |
Standardize "subdir = <name>" in the Makefile(s)
Diffstat (limited to 'src/gtm/recovery')
| -rw-r--r-- | src/gtm/recovery/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtm/recovery/Makefile b/src/gtm/recovery/Makefile index e98e0f69fd..89529a31b3 100644 --- a/src/gtm/recovery/Makefile +++ b/src/gtm/recovery/Makefile @@ -9,7 +9,7 @@ #----------------------------------------------------------------------------- top_builddir=../../.. include $(top_builddir)/src/Makefile.global -subdir=src/gtm/recovery +subdir = src/gtm/recovery NAME=gtmrecovery SO_MAJOR_VERSION= 1 |
