diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2017-03-19 10:59:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-19 14:09:13 +0100 |
commit | c961a9b5220a2d0db562fe91634daa496f762ad0 (patch) | |
tree | 9d8c14c834b66a964f9f986cf6879f3b6c73a689 | |
parent | d1997b4641c2b4f774f5e9c6338f9e5ffd2e6cf7 (diff) | |
download | buildroot-c961a9b5220a2d0db562fe91634daa496f762ad0.tar.gz buildroot-c961a9b5220a2d0db562fe91634daa496f762ad0.zip |
package/libscrypt: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libscrypt/libscrypt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libscrypt/libscrypt.mk b/package/libscrypt/libscrypt.mk index 5326b22f6d..a0dcce0a58 100644 --- a/package/libscrypt/libscrypt.mk +++ b/package/libscrypt/libscrypt.mk @@ -15,12 +15,12 @@ define LIBSCRYPT_BUILD_CMDS endef define LIBSCRYPT_INSTALL_STAGING_CMDS - $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PREFIX=/usr \ + $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PREFIX=/usr \ DESTDIR=$(STAGING_DIR) install endef define LIBSCRYPT_INSTALL_TARGET_CMDS - $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PREFIX=/usr \ + $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PREFIX=/usr \ DESTDIR=$(TARGET_DIR) install endef |